Class BDIFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class BDIFailureException
    extends java.lang.RuntimeException
    A BDI failure exception indicates that a plan has failed. Note: This exception will not be logged by the logger as it occurs in plans (normal plain failure). Subclasses of this exception are used to refine the failure reason.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BDIFailureException​(java.lang.String message, java.lang.Throwable cause)
      Create a new BDI failure exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BDIFailureException

        public BDIFailureException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Create a new BDI failure exception.
        Parameters:
        message - The message.
        cause - The parent exception (if any).