Class ICUException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graalvm.shadowed.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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ICUException
public ICUException()Default constructor. -
ICUException
-
ICUException
-
ICUException
-