Package com.exasol
Class ExaDataTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.exasol.ExaDataTypeException
-
- All Implemented Interfaces:
Serializable
public class ExaDataTypeException extends Exception
This Exception indicates that a data type error occurred with the script input or output.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExaDataTypeException()Create a new instance of anExaDataTypeException.ExaDataTypeException(String message)Create a new instance of anExaDataTypeException.ExaDataTypeException(String message, Throwable cause)Create a new instance of anExaDataTypeException.ExaDataTypeException(Throwable cause)Create a new instance of anExaDataTypeException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExaDataTypeException
public ExaDataTypeException()
Create a new instance of anExaDataTypeException.
-
ExaDataTypeException
public ExaDataTypeException(String message)
Create a new instance of anExaDataTypeException.- Parameters:
message- error message
-
ExaDataTypeException
public ExaDataTypeException(String message, Throwable cause)
Create a new instance of anExaDataTypeException.- Parameters:
message- error messagecause- exception causing this one
-
ExaDataTypeException
public ExaDataTypeException(Throwable cause)
Create a new instance of anExaDataTypeException.- Parameters:
cause- exception causing this one
-
-