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:
java.io.Serializable
public class UResourceTypeMismatchException extends java.lang.RuntimeException
Exception thrown when the requested resource type is not the same type as the available resource- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UResourceTypeMismatchException(java.lang.String msg)
Construct the exception with the given message
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-