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:
Status:
Stable ICU 53.
  • Constructor Details

    • ICUException

      public ICUException()
      Default constructor.
      Status:
      Stable ICU 53.
    • ICUException

      public ICUException(String message)
      Constructor.
      Parameters:
      message - exception message string
      Status:
      Stable ICU 53.
    • ICUException

      public ICUException(Throwable cause)
      Constructor.
      Parameters:
      cause - original exception
      Status:
      Stable ICU 53.
    • ICUException

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