org.jboss.util
Class DataConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.util.NestedRuntimeException (src)
org.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
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 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 |
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 messagedetail
- 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.