Package com.ibm.icu.util
Class ICUException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.icu.util.ICUException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ICUCloneNotSupportedException
public class ICUException extends RuntimeException
Base class for unchecked, ICU-specific exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ICUException()
Default constructor.ICUException(String message)
Constructor.ICUException(String message, Throwable cause)
Constructor.ICUException(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
-
-