Class ICUException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ICUCloneNotSupportedException, ICUInputTooLongException

public class ICUException extends RuntimeException
Base class for unchecked, ICU-specific exceptions.
See Also:
  • Constructor Details

    • ICUException

      public ICUException()
      Default constructor.
    • ICUException

      public ICUException(String message)
      Constructor.
      Parameters:
      message - exception message string
    • ICUException

      public ICUException(Throwable cause)
      Constructor.
      Parameters:
      cause - original exception
    • ICUException

      public ICUException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message string
      cause - original exception