|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.runtime.BDIFailureException
jadex.runtime.PlanFailureException
public class PlanFailureException
An exception that may be thrown by a plan to indicate its failure. Note: This exception will not be logged by the logger as it occurs in plans (normal plain failure).
Constructor Summary | |
---|---|
PlanFailureException()
Create a new plan failure exception. |
|
PlanFailureException(String message)
Create a new plan failure exception. |
|
PlanFailureException(String message,
Throwable cause)
Create a new plan failure exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlanFailureException()
public PlanFailureException(String message)
message
- The message.public PlanFailureException(String message, Throwable cause)
message
- The message.cause
- The cause.
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.