public class GoalFailureException extends BDIFailureException
Constructor and Description |
---|
GoalFailureException()
Create a new goal failure exception.
|
GoalFailureException(String message)
Create a new goal failure exception.
|
GoalFailureException(String message,
Throwable cause)
Create a new plan failure exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GoalFailureException()
public GoalFailureException(String message)
message
- The message.Copyright © 2012. All Rights Reserved.