public class ICUException extends RuntimeException
| Constructor and Description |
|---|
ICUException()
Default constructor.
|
ICUException(String message)
Constructor.
|
ICUException(String message,
Throwable cause)
Constructor.
|
ICUException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ICUException()
public ICUException(String message)
message - exception message stringpublic ICUException(Throwable cause)
cause - original exceptionCopyright © 2016 Unicode, Inc. and others.