Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsqlparser.util.validation.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseException
,ParseException
,UnexpectedValidationException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(String message) ValidationException
(String message, Throwable cause) ValidationException
(Throwable cause) -
Method Summary
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
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details