com.ibm.icu.util
Class UResourceTypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.icu.util.UResourceTypeMismatchException
All Implemented Interfaces:
Serializable

public class UResourceTypeMismatchException
extends RuntimeException

Exception thrown when the requested resource type is not the same type as the available resource

Author:
ram
See Also:
Serialized Form
Status:
Stable ICU 3.0.

Constructor Summary
UResourceTypeMismatchException(String msg)
          Constuct the exception with the given message
 
Method Summary
 
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(String msg)
Constuct the exception with the given message

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


Copyright (c) 2009 IBM Corporation and others.