Class SqlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.dbunit.exception.SqlParserException
- All Implemented Interfaces:
Serializable
Exception thrown if an error occurred during SQL parsing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate exception with original cause.SqlParserException
(String message) Create exception with custom message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqlParserException
Create exception with custom message.- Parameters:
message
- Custom message.
-
SqlParserException
Create exception with original cause.- Parameters:
ex
- Original cause.
-