|
||||||||||
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.common.IllegalModuleDataException
public class IllegalModuleDataException
Data validation error for a QEDEQ module. Occurs if a set or add method leads to wrong or inconsistent data.
Constructor Summary | |
---|---|
IllegalModuleDataException(int errorCode,
java.lang.String message,
ModuleContext context)
Constructor. |
|
IllegalModuleDataException(int errorCode,
java.lang.String message,
ModuleContext context,
java.lang.Exception cause)
Constructor. |
|
IllegalModuleDataException(int errorCode,
java.lang.String message,
ModuleContext context,
ModuleContext referenceContext)
Constructor. |
|
IllegalModuleDataException(int errorCode,
java.lang.String message,
ModuleContext context,
ModuleContext referenceContext,
java.lang.Exception cause)
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 |
Constructor Detail |
---|
public IllegalModuleDataException(int errorCode, java.lang.String message, ModuleContext context, ModuleContext referenceContext, java.lang.Exception cause)
errorCode
- Error code of this message.message
- Error message.context
- Error location.referenceContext
- Reference location.cause
- Detailed exception information.public IllegalModuleDataException(int errorCode, java.lang.String message, ModuleContext context, java.lang.Exception cause)
errorCode
- Error code of this message.message
- Error message.context
- Error location.cause
- Detailed exception information.public IllegalModuleDataException(int errorCode, java.lang.String message, ModuleContext context)
errorCode
- Error code of this message.message
- Error message.context
- Error location.public IllegalModuleDataException(int errorCode, java.lang.String message, ModuleContext context, ModuleContext referenceContext)
errorCode
- Error code of this message.message
- Error message.context
- Error location.referenceContext
- Reference location.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |