public class GoalDroppedException extends BDIFailureException
Constructor and Description |
---|
GoalDroppedException()
Create a new goal failure exception.
|
GoalDroppedException(java.lang.String message)
Create a new goal failure exception.
|
GoalDroppedException(java.lang.String message,
java.lang.Throwable cause)
Create a new plan failure exception.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
public GoalDroppedException()
public GoalDroppedException(java.lang.String message)
message
- The message.public GoalDroppedException(java.lang.String message, java.lang.Throwable cause)
message
- The message.cause
- The cause.