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- Author:
- ram
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UResourceTypeMismatchException(java.lang.String msg)
Constuct the exception with the given message
-