org.deegree.commons.xml
Class XMLProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deegree.commons.xml.XMLProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XMLParsingException

public class XMLProcessingException
extends RuntimeException

Base class for XML-related exceptions.

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Markus Schneider , last edited by: $Author: aschmitz $
See Also:
Serialized Form

Constructor Summary
protected XMLProcessingException()
          Creates a new instance of XMLProcessingException without detail message.
  XMLProcessingException(String msg)
          Constructs an instance of XMLProcessingException with the specified detail message.
  XMLProcessingException(String msg, Throwable e)
          Constructs an instance of XMLProcessingException with the specified detail message.
  XMLProcessingException(Throwable cause)
          Constructs an instance of XMLProcessingException with the specified cause.
 
Method Summary
 String getMessage()
           
 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
 

Constructor Detail

XMLProcessingException

protected XMLProcessingException()
Creates a new instance of XMLProcessingException without detail message.


XMLProcessingException

public XMLProcessingException(String msg)
Constructs an instance of XMLProcessingException with the specified detail message.

Parameters:
msg - the detail message.

XMLProcessingException

public XMLProcessingException(Throwable cause)
Constructs an instance of XMLProcessingException with the specified cause.

Parameters:
cause - the Throwable that caused this XMLParsingException

XMLProcessingException

public XMLProcessingException(String msg,
                              Throwable e)
Constructs an instance of XMLProcessingException with the specified detail message.

Parameters:
msg - the detail message.
e -
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.