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:
  • Constructor Details

    • SqlParserException

      public SqlParserException(String message)
      Create exception with custom message.
      Parameters:
      message - Custom message.
    • SqlParserException

      public SqlParserException(Exception ex)
      Create exception with original cause.
      Parameters:
      ex - Original cause.