se.sics.jasper
Class IllegalCallerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--se.sics.jasper.SPException
                    |
                    +--se.sics.jasper.IllegalCallerException
All Implemented Interfaces:
PrologException, java.io.Serializable

public class IllegalCallerException
extends SPException

Reinstated in 3.9. This should never be seen by user code.

You should not create or inherit from IllegalCallerException.

You should not catch an IllegalCallerException. Catch SPException instead, since IllegalCallerException is not guaranteed to exist in future versions of Jasper.

See Also:
Serialized Form

Fields inherited from class se.sics.jasper.SPException
term, toStringString
 
Methods inherited from class se.sics.jasper.SPException
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