|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--se.sics.jasper.SPException | +--se.sics.jasper.IllegalCallerException
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.
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 |
public IllegalCallerException(java.lang.Thread expected, java.lang.Thread found)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |