|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
alice.tuprolog.PrologException
alice.tuprolog.InvalidTheoryException
This exceptions means that a not valid tuProlog theory has been specified
Theory
,
Serialized FormField Summary | |
int |
line
|
int |
pos
|
Constructor Summary | |
InvalidTheoryException()
|
|
InvalidTheoryException(int line,
int pos)
|
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 |
Field Detail |
public int line
public int pos
Constructor Detail |
public InvalidTheoryException()
public InvalidTheoryException(int line, int pos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |