jadex.runtime
Class BDIFailureException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               jadex.runtime.BDIFailureException
jadex.runtime.BDIFailureException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- AgentDeathException, GoalFailureException, MessageFailureException, PlanFailureException, TimeoutException
- public abstract class BDIFailureException- extends 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
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
BDIFailureException
public BDIFailureException(String message,
                           Throwable cause)
- Create a new BDI failure exception.
 
- Parameters:
- message- The message.
- cause- The parent exception (if any).
Submit a bug or feature
 For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.