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
,ICUInputTooLongException
Base class for unchecked, ICU-specific exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
-
Constructor Details
-
ICUException
public ICUException()Default constructor. -
ICUException
Constructor.- Parameters:
message
- exception message string
-
ICUException
Constructor.- Parameters:
cause
- original exception
-
ICUException
Constructor.- Parameters:
message
- exception message stringcause
- original exception
-