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:
- java.io.Serializable, PrologException
public class IllegalCallerException
- extends SPException
Thrown if SICStus runtime is called from a thread which is not the
creator of the SICStus runtime.
See the class Jasper
for a way to call
SICStus runtime from multiple threads.
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |