Uses of Class
jef.dna.exceptions.ValidationExceptionAncestor

Packages that use ValidationExceptionAncestor
jef.dna.attributes.exceptions   
jef.dna.constantInfo.exceptions   
jef.dna.infoStructures.exceptions   
jef.dna.util   
 

Uses of ValidationExceptionAncestor in jef.dna.attributes.exceptions
 

Subclasses of ValidationExceptionAncestor in jef.dna.attributes.exceptions
 class AttributeOutOfRangeException
          This exception is used by validation process when an attribute index points out of the range admitted by the Constant Pool Table.
 class AttributeValidationException
          This exception is thrown whenever a validation process over a Attribute fails.
 class ExceptionTableEntryValidationException
          This exception is thrown whenever the validation of an ExceptionTableEntryValidationException fails
 class InnerClassesTableEntryValidationException
          Exception thrown when trying to validate an InnerClassesTableEntry.
 class LineNumberTableEntryValidationException
          This exception is thrown whenever the validation process of a LineNumberTableEntry instance fails.
 class LocalVariableTableEntryValidationException
          This exception is thrown upon failure when validating a LocalVariableTableEntry.
 

Uses of ValidationExceptionAncestor in jef.dna.constantInfo.exceptions
 

Subclasses of ValidationExceptionAncestor in jef.dna.constantInfo.exceptions
 class ConstantInfoAttributeOutOfRangeException
          This exception is thrown by a Constant Pool Table entry when one of its attributes points to an index out of the range admitted by the Constant Pool Table itself.
 class ConstantInfoValidationException
          This exception is thrown whenever a validation process over a ConstantInfo fails.
 

Uses of ValidationExceptionAncestor in jef.dna.infoStructures.exceptions
 

Subclasses of ValidationExceptionAncestor in jef.dna.infoStructures.exceptions
 class FieldInfoValidationException
          This exception is thrown whenever a validation process over a ConstantInfo fails.
 class InfoStructureAttributeOutOfRangeException
          This exception is thrown by a Field or MethodInfo when one of its attributes points to an index out of the range admitted by the Constant Pool Table.
 

Uses of ValidationExceptionAncestor in jef.dna.util
 

Methods in jef.dna.util with parameters of type ValidationExceptionAncestor
 void ValidationExceptionHelper.setException(ValidationExceptionAncestor e)
          Sets the ValidationExceptionAncestor subclass handled by the current ValidationExceptionHelper.