org.deegree.xml
Class XMLParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree.xml.XMLParsingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FilterConstructionException
- public class XMLParsingException
- extends java.lang.Exception
This exception is thrown when a syntactic or semantic error has been
encountered during the parsing process of a XML document.
- Version:
- $Revision: 1.4 $
- Author:
- Markus Schneider
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
message
|
private java.lang.String |
st
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
XMLParsingException()
Creates a new instance of XMLParsingException without detail message. |
XMLParsingException(java.lang.String msg)
Constructs an instance of XMLParsingException with the specified detail message. |
XMLParsingException(java.lang.String msg,
java.lang.Exception e)
Constructs an instance of XMLParsingException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
message
private java.lang.String message
st
private java.lang.String st
XMLParsingException
public XMLParsingException()
- Creates a new instance of
XMLParsingException
without detail message.
XMLParsingException
public XMLParsingException(java.lang.String msg)
- Constructs an instance of
XMLParsingException
with the specified detail message.
- Parameters:
msg
- the detail message.
XMLParsingException
public XMLParsingException(java.lang.String msg,
java.lang.Exception e)
- Constructs an instance of
XMLParsingException
with the specified detail message.
- Parameters:
msg
- the detail message.
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()