|
||||||||||
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
com.virtuosotechnologies.lib.base.ConstraintsMismatchException
ConstrainedKey constraints were not obeyed
Constructor Summary | |
ConstraintsMismatchException(ConstrainedKey constrainedKey,
Object obj)
Constructor. |
|
ConstraintsMismatchException(ConstrainedKey constrainedKey,
Object obj,
String message)
Constructor. |
Method Summary | |
ConstrainedKey |
getConstraints()
Get the constraints |
Object |
getMismatchedObject()
Get the object |
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 ConstraintsMismatchException(ConstrainedKey constrainedKey, Object obj, String message)
constrainedKey
- constraintsobj
- object that didn't matchmessage
- message stringpublic ConstraintsMismatchException(ConstrainedKey constrainedKey, Object obj)
constrainedKey
- constraintsobj
- object that didn't matchMethod Detail |
public final ConstrainedKey getConstraints()
public final Object getMismatchedObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |