alice.tuprolog
Class InvalidLibraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
alice.tuprolog.PrologException
alice.tuprolog.InvalidLibraryException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidLibraryException
- extends PrologException
This exception means that a not valid tuProlog library has been specified.
- See Also:
Library
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidLibraryException
public InvalidLibraryException()
InvalidLibraryException
public InvalidLibraryException(java.lang.String libName,
int line,
int pos)
getLibraryName
public java.lang.String getLibraryName()
getLine
public int getLine()
getPos
public int getPos()
getMessage
public java.lang.String getMessage()
toString
public java.lang.String toString()