Package com.ibm.icu.impl
Class IllegalIcuArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.ibm.icu.impl.IllegalIcuArgumentException
-
- All Implemented Interfaces:
Serializable
public class IllegalIcuArgumentException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalIcuArgumentException(String errorMessage)IllegalIcuArgumentException(String errorMessage, Throwable cause)IllegalIcuArgumentException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IllegalIcuArgumentExceptioninitCause(Throwable cause)Initializes the cause of thisThrowable.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
initCause
public IllegalIcuArgumentException initCause(Throwable cause)
Description copied from class:ThrowableInitializes the cause of thisThrowable. The cause can only be initialized once.
-
-