Class GoalFailureException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GoalDroppedException

public class GoalFailureException extends BDIFailureException
An exception that may be thrown by a plan to indicate a subgoal failure. Note: This exception will not be logged by the logger as it occurs in plans (normal plain failure).
See Also:
  • Constructor Details

    • GoalFailureException

      public GoalFailureException()
      Create a new goal failure exception.
    • GoalFailureException

      public GoalFailureException(String message)
      Create a new goal failure exception.
      Parameters:
      message - The message.
    • GoalFailureException

      public GoalFailureException(String message, Throwable cause)
      Create a new plan failure exception.
      Parameters:
      message - The message.
      cause - The cause.
  • Method Details