Class SqlParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.dbunit.exception.SqlParserException
-
- All Implemented Interfaces:
Serializable
public class SqlParserException extends RuntimeException
Exception thrown if an error occurred during SQL parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlParserException(Exception ex)
Create 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
-
-