com.bea.wli.datatype
Class DataTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.datatype.DataTypeException
All Implemented Interfaces:
Serializable

public class DataTypeException
extends Exception

Exception indicating some problem dealing with data of a given type

See Also:
Serialized Form

Constructor Summary
DataTypeException()
           
DataTypeException(String msg)
           
DataTypeException(String msg, Throwable t)
           
 
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

DataTypeException

public DataTypeException()

DataTypeException

public DataTypeException(String msg)

DataTypeException

public DataTypeException(String msg,
                         Throwable t)