public class ValidatorException extends Exception
| Constructor and Description |
|---|
ValidatorException()
Instantiates a new form exception.
|
ValidatorException(String msg)
Instantiates a new exception with the given message.
|
ValidatorException(String designation,
String definition) |
ValidatorException(Throwable e)
Instantiates a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidatorException()
public ValidatorException(String msg)
msg - the messagepublic ValidatorException(String designation, String definition) throws ValidatorException
ValidatorExceptionpublic ValidatorException(Throwable e)
e - the underlying cause for this exceptionCopyright © 2020 Samply Community. All rights reserved.