Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends ValidationException
wraps a JSQLParserException to add to the errors collected by validation
See Also:
  • Field Details

  • Constructor Details

    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(Throwable cause)