org.jboss.util
Class DataConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.util.NestedRuntimeException
org.jboss.util.DataConversionException
- All Implemented Interfaces:
- Serializable, NestedThrowable
public class DataConversionException
- extends NestedRuntimeException
An exception throw to indicate a problem with some type of data conversion.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
DataConversionException
public DataConversionException(String msg)
- Construct a DataConversionException with a specified detail message.
- Parameters:
msg
- Detail message
DataConversionException
public DataConversionException(String msg,
Throwable detail)
- Construct a DataConversionException with a specified detail Throwable
and message.
- Parameters:
msg
- Detail messagedetail
- Detail Throwable
DataConversionException
public DataConversionException(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.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.