Class DataTypeParser.DataTypeParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.exasol.adapter.request.parser.DataTypeParser.DataTypeParserException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataTypeParser
public static class DataTypeParser.DataTypeParserException extends RuntimeException
Signal an error during parsing data types from json.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataTypeParserException(String message)Create a new instance ofDataTypeParser.DataTypeParserExceptionDataTypeParserException(String message, Exception exception)Create a new instance ofDataTypeParser.DataTypeParserException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataTypeParserException
public DataTypeParserException(String message)
Create a new instance ofDataTypeParser.DataTypeParserException- Parameters:
message- message of the exception
-
DataTypeParserException
public DataTypeParserException(String message, Exception exception)
Create a new instance ofDataTypeParser.DataTypeParserException- Parameters:
message- message of the exceptionexception- inner exception being the cause of the current exception
-
-