org.jboss.util
Class DataConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.util.NestedRuntimeException (src) 
                  extended byorg.jboss.util.DataConversionException
All Implemented Interfaces:
NestedThrowable (src) , java.io.Serializable

public class DataConversionException
extends NestedRuntimeException (src)

An exception throw to indicate a problem with some type of data conversion.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable (src)
NestedThrowable.Util (src)
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedRuntimeException (src)
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable (src)
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
DataConversionException()
          Construct a DataConversionException with no specified detail message.
DataConversionException(java.lang.String msg)
          Construct a DataConversionException with a specified detail message.
DataConversionException(java.lang.String msg, java.lang.Throwable detail)
          Construct a DataConversionException with a specified detail Throwable and message.
DataConversionException(java.lang.Throwable detail)
          Construct a DataConversionException with a specified detail Throwable.
 
Methods inherited from class org.jboss.util.NestedRuntimeException (src)
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataConversionException

public DataConversionException(java.lang.String msg)
Construct a DataConversionException with a specified detail message.

Parameters:
msg - Detail message

DataConversionException

public DataConversionException(java.lang.String msg,
                               java.lang.Throwable detail)
Construct a DataConversionException with a specified detail Throwable and message.

Parameters:
msg - Detail message
detail - Detail Throwable

DataConversionException

public DataConversionException(java.lang.Throwable detail)
Construct a DataConversionException with a specified detail Throwable.

Parameters:
detail - Detail Throwable

DataConversionException

public DataConversionException()
Construct a DataConversionException with no specified detail message.