|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Range | |
---|---|
jef.dna.attributes.exceptions | |
jef.dna.constantInfo.exceptions | |
jef.dna.constantPoolTable | |
jef.dna.constantPoolTable.impl | |
jef.dna.exceptions | |
jef.dna.infoStructures.exceptions |
Uses of Range in jef.dna.attributes.exceptions |
---|
Methods in jef.dna.attributes.exceptions that return Range | |
---|---|
Range |
AttributeOutOfRangeException.getExpectedValue()
Returns the expected value associated with the attribute over which the validation process failed. |
Constructors in jef.dna.attributes.exceptions with parameters of type Range | |
---|---|
AttributeOutOfRangeException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Object actualValue,
Range admittedRange,
java.lang.String msg)
Creates a new instance of AttributeAttributeOutOfRangeException |
|
ExceptionTableEntryValidationException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Integer actualValue,
Range expectedValue,
java.lang.String msg)
Creates a new instance of ExceptionTableEntryValidationException |
|
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. |
|
LineNumberTableEntryValidationException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Integer actualValue,
Range expectedValue,
java.lang.String msg)
Creates a new instance of LineNumberTableEntryValidationException without
detail message. |
|
LocalVariableTableEntryValidationException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Integer actualValue,
Range expectedValue,
java.lang.String msg)
Creates a new instance of LocalVariableTableEntryValidationException without
detail message. |
Uses of Range in jef.dna.constantInfo.exceptions |
---|
Methods in jef.dna.constantInfo.exceptions that return Range | |
---|---|
Range |
ConstantInfoAttributeOutOfRangeException.getExpectedValue()
Returns the expected value associated with the attribute over which the validation process failed. |
Constructors in jef.dna.constantInfo.exceptions with parameters of type Range | |
---|---|
ConstantInfoAttributeOutOfRangeException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Object actualValue,
Range admittedRange,
java.lang.String msg)
Creates a new instance of ConstantInfoAttributeOutOfRangeException |
Uses of Range in jef.dna.constantPoolTable |
---|
Methods in jef.dna.constantPoolTable that return Range | |
---|---|
Range |
ConstantPoolTable.getValidRange()
This method returns the admitted range for accessing the ConstantPoolTable . |
Uses of Range in jef.dna.constantPoolTable.impl |
---|
Methods in jef.dna.constantPoolTable.impl that return Range | |
---|---|
Range |
CPTable.getValidRange()
|
Uses of Range in jef.dna.exceptions |
---|
Methods in jef.dna.exceptions that return Range | |
---|---|
Range |
IndexOutOfRangeException.getExpectedRange()
Returns the violated Range . |
Constructors in jef.dna.exceptions with parameters of type Range | |
---|---|
IndexOutOfRangeException(Range validRange)
Creates a new instance of IndexOutOfRangeException without detail message. |
Uses of Range in jef.dna.infoStructures.exceptions |
---|
Methods in jef.dna.infoStructures.exceptions that return Range | |
---|---|
Range |
InfoStructureAttributeOutOfRangeException.getExpectedValue()
Returns the expected value associated with the attribute over which the validation process failed. |
Constructors in jef.dna.infoStructures.exceptions with parameters of type Range | |
---|---|
InfoStructureAttributeOutOfRangeException(java.lang.Object srcEntity,
java.lang.String attribute,
java.lang.Object actualValue,
Range admittedRange,
java.lang.String msg)
Creates a new instance of InfoStructureAttributeOutOfRangeException . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |