|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.qedeq.kernel.se.common.QedeqException
org.qedeq.kernel.se.common.ModuleDataException
org.qedeq.kernel.se.visitor.InterruptException
public class InterruptException
An interruption was set during a visit.
| Field Summary | |
|---|---|
static int |
THREAD_INTERUPTED_EXCEPTION_CODE
Error (or warning) number for: unexpected runtime exception occurred. |
static java.lang.String |
THREAD_INTERUPTED_EXCEPTION_MSG
Error (or warning) text for: unexpected runtime exception occurred. |
| Constructor Summary | |
|---|---|
InterruptException(ModuleContext context)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.qedeq.kernel.se.common.ModuleDataException |
|---|
equals, getContext, getReferenceContext, hashCode |
| Methods inherited from class org.qedeq.kernel.se.common.QedeqException |
|---|
getErrorCode, toString |
| 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int THREAD_INTERUPTED_EXCEPTION_CODE
public static final java.lang.String THREAD_INTERUPTED_EXCEPTION_MSG
| Constructor Detail |
|---|
public InterruptException(ModuleContext context)
context - Error location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||