Package jadex.bdiv3.runtime
Class BDIFailureException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jadex.bdiv3.runtime.BDIFailureException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public abstract class BDIFailureException extends java.lang.RuntimeExceptionA 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 SummaryConstructors Constructor Description BDIFailureException(java.lang.String message, java.lang.Throwable cause)Create a new BDI failure exception.
 
-