jef.dna.exceptions
Class MissingDnaContainerException

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

public class MissingDnaContainerException
extends java.lang.Exception

This exception is thrown whenever one of the building entities of a Dna instance (constantInfo, infoStructures, or attributes) realizes that is missing the required reference to its own Dna container.

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

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

MissingDnaContainerException

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


MissingDnaContainerException

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

Parameters:
msg - the detail message.