se.sics.jasper
Class PrologException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--se.sics.jasper.PrologException

public class PrologException
extends java.lang.Exception

Objects of this class are wrappers for exceptions thrown in Prolog and passed on to Java. All methods which directly or indirectly call Prolog predicates will throw exceptions of this class.

See Also:
Serialized Form

Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable