se.sics.jasper
Class IllegalCallerException

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

public class IllegalCallerException
extends SPException

This exception indicates that the calling thread is not allowed to call SICStus. Only the thread which created the SICStus object is allowed to call methods which affect the SICStus emulator.

See Also:
Serialized Form

Fields inherited from class se.sics.jasper.SPException
term
 
Constructor Summary
IllegalCallerException(java.lang.Thread expected, java.lang.Thread found)
           
 
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
 

Constructor Detail

IllegalCallerException

public IllegalCallerException(java.lang.Thread expected,
                              java.lang.Thread found)