public class PLGoalException extends PLException
Constructor and Description |
---|
PLGoalException()
Creates a new
PLGoalException
with no description. |
PLGoalException(java.lang.String s)
Creates a new
PLGoalException
with the description given as argument. |
translateException
public PLGoalException()
PLGoalException
with no description.public PLGoalException(java.lang.String s)
PLGoalException
with the description given as argument.s
- Description to include to the goal exception.