Package com.ibm.icu.util
Class UResourceTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.icu.util.UResourceTypeMismatchException
- All Implemented Interfaces:
Serializable
Exception thrown when the requested resource type
is not the same type as the available resource
- Author:
- ram
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct the exception with the given message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UResourceTypeMismatchException
Construct the exception with the given message- Parameters:
msg
- the error message for this exception
-