|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.protempore.utils.Validator.ValidatorException
public static class Validator.ValidatorException
Exception only thrown in case of validator not behaving the way it is intended to behave -- i.e., this never indicates a failure on the part of the client.
| Constructor Summary | |
|---|---|
Validator.ValidatorException()
Construct new exception with no message or cause. |
|
Validator.ValidatorException(java.lang.String message)
Construct a new exception with the given message and no cause. |
|
Validator.ValidatorException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the given message and cause. |
|
Validator.ValidatorException(java.lang.Throwable cause)
Construct a new exception with no message and the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Validator.ValidatorException()
public Validator.ValidatorException(java.lang.String message,
java.lang.Throwable cause)
message - An exception message.cause - An underlying cause for this exception.public Validator.ValidatorException(java.lang.String message)
message - An exception message.public Validator.ValidatorException(java.lang.Throwable cause)
cause - An underlying cause for this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||