br.pucrio.inf.les.bdijade.exception
Class PlanInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.pucrio.inf.les.bdijade.exception.PlanInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class PlanInstantiationException
extends java.lang.Exception

This method represents an exception that occurred during the instantiation process of a PlanBody.

Author:
ingrid
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
PlanInstantiationException()
          Creates a new instance of PlanInstantiationException.
PlanInstantiationException(java.lang.String _message)
          Creates a new instance of PlanInstantiationException.
PlanInstantiationException(java.lang.String _message, java.lang.Throwable _cause)
          Creates a new instance of PlanInstantiationException.
PlanInstantiationException(java.lang.Throwable _cause)
          Creates a new instance of PlanInstantiationException.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PlanInstantiationException

public PlanInstantiationException()
Creates a new instance of PlanInstantiationException.


PlanInstantiationException

public PlanInstantiationException(java.lang.String _message)
Creates a new instance of PlanInstantiationException.

Parameters:
_message - the message to show.

PlanInstantiationException

public PlanInstantiationException(java.lang.String _message,
                                  java.lang.Throwable _cause)
Creates a new instance of PlanInstantiationException.

Parameters:
_message - the message to show.
_cause - the exception that caused this exception.

PlanInstantiationException

public PlanInstantiationException(java.lang.Throwable _cause)
Creates a new instance of PlanInstantiationException.

Parameters:
_cause - the exception that caused this exception.