Package jadex.bdi.runtime.impl
Class GoalDroppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.bdi.runtime.BDIFailureException
jadex.bdi.runtime.GoalFailureException
jadex.bdi.runtime.impl.GoalDroppedException
- All Implemented Interfaces:
Serializable
An exception that indicates an aborted goal i.e. neither failed nor succeeded.
Note: This exception will only be logged at level info by the logger.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new goal failure exception.GoalDroppedException
(String message) Create a new goal failure exception.GoalDroppedException
(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
-
GoalDroppedException
public GoalDroppedException()Create a new goal failure exception. -
GoalDroppedException
Create a new goal failure exception.- Parameters:
message
- The message.
-
GoalDroppedException
Create a new plan failure exception.- Parameters:
message
- The message.cause
- The cause.
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classGoalFailureException
-