public abstract class VerificationException extends VerifierConstraintViolatedException
Constructor and Description |
---|
VerificationException()
Constructs a new VerificationException with null as its error message string.
|
VerificationException(String message)
Constructs a new VerificationException with the specified error message.
|
extendMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
VerificationException()
VerificationException(String message)