Class RequestParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.exasol.adapter.request.parser.RequestParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestParserException extends java.lang.RuntimeExceptionThis class represent exceptions thrown when a Virtual Schema request cannot be parsed.This exception is not recoverable in the Virtual Schema Adapter.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestParserException(java.lang.String message)Create a newRequestParserExceptioninstance
-
-
-
Constructor Detail
-
RequestParserException
public RequestParserException(java.lang.String message)
Create a newRequestParserExceptioninstance- Parameters:
message- error message
-
-