alice.tuprolog
Class PrologException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byalice.tuprolog.PrologException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HaltException, InvalidLibraryException, InvalidTermException, InvalidTheoryException, MalformedGoalException, NoMoreSolutionException, NoSolutionException, UnknownVarException

public class PrologException
extends java.lang.Exception

Base class for tuProlog exceptions. Used also for representing generic 2P exceptions.

See Also:
Serialized Form

Constructor Summary
PrologException()
           
PrologException(java.lang.String st)
           
 
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

PrologException

public PrologException()

PrologException

public PrologException(java.lang.String st)