|
||||||||||
| 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.bo.service.basis.RuntimeVisitorException
public class RuntimeVisitorException
An unexpected runtime exception was thrown during a visit.
| Field Summary | |
|---|---|
static int |
UNEXPECTED_RUNTIME_EXCEPTION_CODE
Error (or warning) number for: unexpected runtime exception occurred. |
static java.lang.String |
UNEXPECTED_RUNTIME_EXCEPTION_MSG
Error (or warning) text for: unexpected runtime exception occurred. |
| Constructor Summary | |
|---|---|
RuntimeVisitorException(ModuleContext context,
java.lang.RuntimeException exception)
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 UNEXPECTED_RUNTIME_EXCEPTION_CODE
public static final java.lang.String UNEXPECTED_RUNTIME_EXCEPTION_MSG
| Constructor Detail |
|---|
public RuntimeVisitorException(ModuleContext context,
java.lang.RuntimeException exception)
context - Error location.exception - This runtime exception occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||