com.ibm.icu.util
Class UResourceTypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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
Status:
Draft ICU 3.0.

Constructor Summary
UResourceTypeMismatchException(java.lang.String msg)
          Constuct the exception with the given message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UResourceTypeMismatchException

public UResourceTypeMismatchException(java.lang.String msg)
Constuct the exception with the given message

Parameters:
msg - the error message for this exception
Status:
Draft ICU 3.0.


Copyright (c) 2006 IBM Corporation and others.