public class ICUCloneNotSupportedException extends ICUException
CloneNotSupportedException.
Some ICU APIs do not throw the standard exception but instead wrap it
into this unchecked version.| Constructor and Description |
|---|
ICUCloneNotSupportedException()
Default constructor.
|
ICUCloneNotSupportedException(String message)
Constructor.
|
ICUCloneNotSupportedException(String message,
Throwable cause)
Constructor.
|
ICUCloneNotSupportedException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ICUCloneNotSupportedException()
public ICUCloneNotSupportedException(String message)
message - exception message stringpublic ICUCloneNotSupportedException(Throwable cause)
cause - original exception (normally a CloneNotSupportedException)public ICUCloneNotSupportedException(String message, Throwable cause)
message - exception message stringcause - original exception (normally a CloneNotSupportedException)Copyright © 2016 Unicode, Inc. and others.