Class ICUException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ICUCloneNotSupportedException

    public class ICUException
    extends java.lang.RuntimeException
    Base class for unchecked, ICU-specific exceptions.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ICUException()
      Default constructor.
      ICUException​(java.lang.String message)
      Constructor.
      ICUException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
      ICUException​(java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ICUException

        public ICUException()
        Default constructor.
      • ICUException

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

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

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