org.qedeq.kernel.bo.service.latex
Class LatexListDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qedeq.kernel.se.common.QedeqException
              extended by org.qedeq.kernel.se.common.ModuleDataException
                  extended by org.qedeq.kernel.bo.service.latex.LatexListDataException
All Implemented Interfaces:
java.io.Serializable

public class LatexListDataException
extends ModuleDataException

Data validation error for an LatexList element of a QEDEQ module.

Author:
Michael Meyling
See Also:
Serialized Form

Constructor Summary
LatexListDataException(int errorCode, java.lang.String message, ModuleContext context)
          Constructor.
LatexListDataException(int errorCode, java.lang.String message, ModuleContext context, ModuleContext reference)
          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

LatexListDataException

public LatexListDataException(int errorCode,
                              java.lang.String message,
                              ModuleContext context)
Constructor.

Parameters:
errorCode - Error code of this message.
message - Error message.
context - Error location.

LatexListDataException

public LatexListDataException(int errorCode,
                              java.lang.String message,
                              ModuleContext context,
                              ModuleContext reference)
Constructor.

Parameters:
errorCode - Error code of this message.
message - Error message.
context - Error location.
reference - Reference location.


Copyright © 2014. All Rights Reserved.