Package jadex.bdi.runtime.impl
Class PlanAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.bdi.runtime.impl.PlanAbortedException
- All Implemented Interfaces:
Serializable
Plan has aborted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new plan failure exception.PlanAbortedException
(String message) Create a new plan failure exception.PlanAbortedException
(String message, Throwable cause) Create a new plan failure exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlanAbortedException
public PlanAbortedException()Create a new plan failure exception. -
PlanAbortedException
Create a new plan failure exception.- Parameters:
message
- The message.
-
PlanAbortedException
Create a new plan failure exception.- Parameters:
message
- The message.cause
- The cause.
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-