public class InvalidLibraryException extends PrologException
Library, 
Serialized Form| Constructor and Description | 
|---|
InvalidLibraryException()  | 
InvalidLibraryException(String libName,
                       int line,
                       int pos)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLibraryName()  | 
int | 
getLine()  | 
String | 
getMessage()  | 
int | 
getPos()  | 
String | 
toString()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidLibraryException()
public InvalidLibraryException(String libName, int line, int pos)
Copyright © 2015. All rights reserved.