Class XmlDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.xmlutils.exception.XmlDocumentException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlDocumentConsistencyException,XmlDocumentParseException
public class XmlDocumentException extends Exception
The Class XmlDocumentException that is thrown in case of an error in an XML document.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlDocumentException(String msg)The Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlDocumentException
public XmlDocumentException(String msg)
The Constructor.- Parameters:
msg- the error message
-
-