org.qedeq.kernel.latex
Class LatexListDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.qedeq.kernel.common.QedeqException
org.qedeq.kernel.common.ModuleDataException
org.qedeq.kernel.latex.LatexListDataException
- All Implemented Interfaces:
- Serializable
- public class LatexListDataException
- extends ModuleDataException
Data validation error for an LatexList element of a
QEDEQ module.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LatexListDataException
public LatexListDataException(int errorCode,
String message,
ModuleContext context)
- Constructor.
- Parameters:
errorCode - Error code of this message.message - Error message.context - Error location.
LatexListDataException
public LatexListDataException(int errorCode,
String message,
ModuleContext context,
ModuleContext reference)
- Constructor.
- Parameters:
errorCode - Error code of this message.message - Error message.context - Error location.reference - Reference location.