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:
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
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

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
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..
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

Returns:
String the error message string
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..


Copyright (c) 2004 IBM Corporation and others.