Uses of Class
jef.dna.attributesTable.exceptions.AttributeNotFoundException

Packages that use AttributeNotFoundException
jef.dna.attributesTable   
jef.dna.attributesTable.impl.def   
 

Uses of AttributeNotFoundException in jef.dna.attributesTable
 

Methods in jef.dna.attributesTable that throw AttributeNotFoundException
 int AttributesTable.getIndexOf(Attribute entry)
          Return the index of the provided entry, if exists.
 int AttributesTable.remove(Attribute entry, boolean compact)
          Removes the specified entry, if exists, resizing the table if compact is true, otherwise the removed entry has to be replaced by null
 

Uses of AttributeNotFoundException in jef.dna.attributesTable.impl.def
 

Methods in jef.dna.attributesTable.impl.def that throw AttributeNotFoundException
 int ATable.getIndexOf(Attribute entry)
          Return the index of the provided entry, if exists.
 int ATable.remove(Attribute entry, boolean compact)
          Removes the specified entry, if exists, resizing the table if compact is true, otherwise the removed entry has to be replaced by null