|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.core.data.ValidatorConfigException
public class ValidatorConfigException
ValidatorConfigException is thrown to indicate misconfiguration
of a Validator implementation.
| Constructor Summary | |
|---|---|
ValidatorConfigException()
Construct a new ValidatorConfigException with no other information. |
|
ValidatorConfigException(String message)
Construct a new ValidatorConfigException for the specified message. |
|
ValidatorConfigException(String message,
Throwable cause)
Construct a new ValidatorConfigException for the specified message and throwable. |
|
ValidatorConfigException(Throwable cause)
Construct a new ValidatorConfigException for the specified throwable. |
|
| Method Summary |
|---|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
|---|
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorConfigException()
public ValidatorConfigException(String message)
message - message describing this exceptionpublic ValidatorConfigException(Throwable cause)
cause - Throwable that caused this exception
public ValidatorConfigException(String message,
Throwable cause)
message - message describing this exceptioncause - Throwable that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||