|
||||||||||
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
org.apache.slide.common.SlideRuntimeException
org.apache.slide.common.ObjectValidationFailedException
Thrown when an object validation fails.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
ObjectValidationFailedException(java.lang.String cause)
Constructor. |
|
ObjectValidationFailedException(java.lang.String uri,
java.lang.String cause)
Constructor. |
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 ObjectValidationFailedException(java.lang.String uri, java.lang.String cause)
uri
- Uricause
- The reason, the validation failedpublic ObjectValidationFailedException(java.lang.String cause)
cause
- The reason, the validation failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |