org.deegree.xml
Class XMLParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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.
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
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
 

Field Detail

message

private java.lang.String message

st

private java.lang.String st
Constructor Detail

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.
Method Detail

toString

public java.lang.String toString()

getMessage

public java.lang.String getMessage()