jef.dna.attributesTable.exceptions
Class AttributeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.dna.attributesTable.exceptions.AttributeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AttributeNotFoundException
extends java.lang.Exception

This exception is thrown whenever an Attribute cannot be found whitin an AnttributesTable.

Author:
Francesco Russo
See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException()
          Creates a new instance of AttributesNotFoundException without detail message.
AttributeNotFoundException(java.lang.String msg)
          Constructs an instance of AttributesNotFoundException with the specified detail message.
 
Method Summary
 
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

AttributeNotFoundException

public AttributeNotFoundException()
Creates a new instance of AttributesNotFoundException without detail message.


AttributeNotFoundException

public AttributeNotFoundException(java.lang.String msg)
Constructs an instance of AttributesNotFoundException with the specified detail message.

Parameters:
msg - the detail message.