|
Hilbert II - Version 0.02.01 | ||||||||||
| 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.bo.control.IllegalModuleDataException
Data validation error. Occurs if a set or add method leads to wrong or inconsistent data.
| Constructor Summary | |
IllegalModuleDataException(int errorCode,
String message,
ModuleContext context,
Exception cause)
Constructor. |
|
IllegalModuleDataException(int errorCode,
String message,
ModuleContext context,
ModuleContext referenceContext,
Exception cause)
Constructor. |
|
| Method Summary | |
ModuleContext |
getContext()
Get context information about error location. |
int |
getErrorCode()
Get error code. |
ModuleContext |
getReferenceContext()
Get additional context information about another associated location. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IllegalModuleDataException(int errorCode,
String message,
ModuleContext context,
ModuleContext referenceContext,
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,
String message,
ModuleContext context,
Exception cause)
errorCode - Error code of this message.message - Error message.context - Error location.cause - Detailed exception information.| Method Detail |
public final ModuleContext getContext()
public final ModuleContext getReferenceContext()
public final int getErrorCode()
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |