org.activemath.omdocjdom
Class MBaseBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activemath.omdocjdom.MBaseBuildException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoSuchIDException
public class MBaseBuildException
- extends RuntimeException
This exception caused if some thing wrong in the omdoc Document.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MBaseBuildException
public MBaseBuildException(org.jdom.JDOMException ex)
MBaseBuildException
public MBaseBuildException(String message,
String filePath,
int lineNr,
int columnNr)
getSystemId
public String getSystemId()
getRelativePath
public String getRelativePath()
getLineNr
public int getLineNr()
getColumnNr
public int getColumnNr()
printError
public void printError(PrintStream out)
- Prints the error in a short form: displays the element name and attributes,
the containing ID and the document.
printDetailedError
public void printDetailedError(PrintStream out)
- Prints the error in a short form: displays the element name and attributes,
the containing ID and the document.