GNU Prolog for Java

Uses of Class
gnu.prolog.database.PrologTextLoaderError

Packages that use PrologTextLoaderError
gnu.prolog.database   
gnu.prolog.vm   
 

Uses of PrologTextLoaderError in gnu.prolog.database
 

Fields in gnu.prolog.database with type parameters of type PrologTextLoaderError
protected  List<PrologTextLoaderError> PrologTextLoaderState.errorList
           
protected  List<Pair<PrologTextLoaderError,Term>> Module.initialization
          initialization
 

Methods in gnu.prolog.database that return PrologTextLoaderError
 PrologTextLoaderError PrologTextLoader.getCurrentPartialLoaderError()
          Get a PrologTextLoaderError for the position the PrologTextLoader is at to use later if something goes wrong caused by an error here.
 

Methods in gnu.prolog.database that return types with arguments of type PrologTextLoaderError
 List<PrologTextLoaderError> PrologTextLoaderState.getErrors()
           
 List<Pair<PrologTextLoaderError,Term>> Module.getInitialization()
          get initaliztion
 

Methods in gnu.prolog.database with parameters of type PrologTextLoaderError
 void Module.addInitialization(PrologTextLoaderError prologTextLoaderError, Term term)
          add term to initialization list
 void PrologTextLoaderState.logError(PrologTextLoaderError partialError, String message)
          To be used for errors during initialisation
 

Constructors in gnu.prolog.database with parameters of type PrologTextLoaderError
PrologTextLoaderError(PrologTextLoaderError partialError, String message)
           
 

Uses of PrologTextLoaderError in gnu.prolog.vm
 

Methods in gnu.prolog.vm that return types with arguments of type PrologTextLoaderError
 List<PrologTextLoaderError> Environment.getLoadingErrors()
           
 


GNU Prolog for Java