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

Deprecated. This is a draft API and might change in a future release of ICU.

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

Constructor Summary
UResourceTypeMismatchException(String msg)
          Deprecated. This is a draft API and might change in a future release of ICU.
 
Method Summary
 String toString()
          Deprecated. This is a draft API and might change in a future release of ICU.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UResourceTypeMismatchException

public UResourceTypeMismatchException(String msg)
Deprecated. This is a draft API and might change in a future release of ICU.

Constuct the exception with the given message

Parameters:
msg - the error message for this exception
Method Detail

toString

public String toString()
Deprecated. This is a draft API and might change in a future release of ICU.

Returns the error message stored in this exception

Overrides:
toString in class Throwable
Returns:
String the error message string


Copyright (c) 2004 IBM Corporation and others.