|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
br.pucrio.inf.les.bdijade.exception.PlanInstantiationException
public class PlanInstantiationException
This method represents an exception that occurred during the instantiation
process of a PlanBody.
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public PlanInstantiationException()
public PlanInstantiationException(java.lang.String _message)
_message - the message to show.
public PlanInstantiationException(java.lang.String _message,
java.lang.Throwable _cause)
_message - the message to show._cause - the exception that caused this exception.public PlanInstantiationException(java.lang.Throwable _cause)
_cause - the exception that caused this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||