jef.dna.attributes.exceptions
Class MissingAttributeContainerException

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

public class MissingAttributeContainerException
extends java.lang.Exception

This exception is thrown by those classes stored within Attribute subclasses in the case their AttributeContainer should have not be set.

Author:
Francesco Russo frusso@cs.unibo.it
See Also:
Serialized Form

Constructor Summary
MissingAttributeContainerException()
          Creates a new instance of MissingAttributeContainerException without detail message.
MissingAttributeContainerException(java.lang.String msg)
          Constructs an instance of MissingAttributeContainerException 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

MissingAttributeContainerException

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


MissingAttributeContainerException

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

Parameters:
msg - the detail message.