Package com.exasol.adapter.document.edml
Class ExasolDocumentMappingLanguageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.exasol.adapter.document.edml.ExasolDocumentMappingLanguageException
-
- All Implemented Interfaces:
Serializable
public class ExasolDocumentMappingLanguageException extends RuntimeException
Exception that is thrown on mapping failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExasolDocumentMappingLanguageException(String message)Create an instance ofExasolDocumentMappingLanguageException.ExasolDocumentMappingLanguageException(String message, Throwable cause)Create an instance ofExasolDocumentMappingLanguageException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExasolDocumentMappingLanguageException
public ExasolDocumentMappingLanguageException(String message)
Create an instance ofExasolDocumentMappingLanguageException.- Parameters:
message- Exception message
-
ExasolDocumentMappingLanguageException
public ExasolDocumentMappingLanguageException(String message, Throwable cause)
Create an instance ofExasolDocumentMappingLanguageException.- Parameters:
message- Exception messagecause- Exception cause
-
-