|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
CiaoJava.PLException
CiaoJava.PLGoalException
This class implements the exceptions that can throw when a goal is launched to be evaluated by the prolog process.
Constructor Summary | |
PLGoalException()
Creates a new PLGoalException
with no description. |
|
PLGoalException(java.lang.String s)
Creates a new PLGoalException
with the description given as argument. |
Methods inherited from class CiaoJava.PLException |
translateException |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |