|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.exceptions.ValidationExceptionAncestor
jef.dna.attributes.exceptions.AttributeValidationException
jef.dna.attributes.exceptions.InnerClassesTableEntryValidationException
public class InnerClassesTableEntryValidationException
Exception thrown when trying to validate an InnerClassesTableEntry
.
Field Summary |
---|
Fields inherited from class jef.dna.exceptions.ValidationExceptionAncestor |
---|
actualValue, attribute, expectedValue, innerIore, msg, srcEntity |
Constructor Summary | |
---|---|
InnerClassesTableEntryValidationException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Integer actualValue,
Range expectedValue,
java.lang.String msg)
Creates a new instance of InnerClassesTableEntryValidationException without
detail message. |
Method Summary | |
---|---|
java.lang.Object |
getExpectedValue()
Returns the expected value associated with the attribute over which the validation process failed. |
Methods inherited from class jef.dna.exceptions.ValidationExceptionAncestor |
---|
getActualValue, getAttribute, getHelper, getInnerIndexOutOfRangeException, getMessage, getSrcEntity, setInnerIndexOutOfRangeException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 InnerClassesTableEntryValidationException(java.lang.Object srcEntity, java.lang.String attribute, java.lang.Integer actualValue, Range expectedValue, java.lang.String msg)
InnerClassesTableEntryValidationException
without
detail message.
srcEntity
- The entity that generated the current exceptionattribute
- The entity's attribute that caused the current exceptionactualValue
- The entity attribute's current valueexpectedValue
- The admitted range within the value should be locatedmsg
- The exception messageMethod Detail |
---|
public java.lang.Object getExpectedValue()
null
should not be possible to infer an
expected correct value.
getExpectedValue
in class AttributeValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |