Class UnexpectedValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsqlparser.util.validation.ValidationException
net.sf.jsqlparser.util.validation.UnexpectedValidationException
- All Implemented Interfaces:
Serializable
can be used on unexpected errors during validation
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedValidationException
(String message) UnexpectedValidationException
(String message, 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
-
UnexpectedValidationException
-
UnexpectedValidationException
-
UnexpectedValidationException
-