当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
DataConversionException (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
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:
- NestedThrowable, Serializable
- 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.