public class DataTypeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DataTypeException()
Create a new DataTypeException.
|
DataTypeException(java.lang.Class type)
Create a new DataTypeException.
|
DataTypeException(java.lang.String message)
Create a new DataTypeException.
|
DataTypeException(java.lang.String message,
java.lang.Throwable cause)
Create a new DataTypeException.
|
DataTypeException(java.lang.Throwable cause)
Create a new DataTypeException.
|
public DataTypeException()
public DataTypeException(java.lang.String message,
java.lang.Throwable cause)
message - a descriptive error messagecause - a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic DataTypeException(java.lang.String message)
message - a descriptive error messagepublic DataTypeException(java.lang.Throwable cause)
cause - a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic DataTypeException(java.lang.Class type)
type - the incompatible data type