Jadex 0.941

jadex.runtime
Class PlanFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjadex.runtime.BDIFailureException
                  extended byjadex.runtime.PlanFailureException
All Implemented Interfaces:
Serializable

public class PlanFailureException
extends BDIFailureException

An exception that may be thrown by a plan to indicate its failure. Note: This exception will not be logged by the logger as it occurs in plans (normal plain failure).

See Also:
Serialized Form

Constructor Summary
PlanFailureException()
          Create a new plan failure exception.
PlanFailureException(String message)
          Create a new plan failure exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanFailureException

public PlanFailureException()
Create a new plan failure exception.


PlanFailureException

public PlanFailureException(String message)
Create a new plan failure exception.

Parameters:
message - The message.

Jadex 0.941

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.