Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsqlparser.util.validation.ValidationException
net.sf.jsqlparser.util.validation.ParseException
- All Implemented Interfaces:
Serializable
wraps a
JSQLParserException
to add to the errors collected by
validation- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) ParseException
(String message, Throwable cause) ParseException
(Throwable cause) -
Method Summary
Methods inherited from class net.sf.jsqlparser.util.validation.ValidationException
equals, hashCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParseException
-
ParseException
-
ParseException
-