|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.deegree.commons.xml.XMLProcessingException
public class XMLProcessingException
Base class for XML-related exceptions.
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 |
---|
protected XMLProcessingException()
XMLProcessingException
without detail message.
public XMLProcessingException(String msg)
XMLProcessingException
with the specified detail message.
msg
- the detail message.public XMLProcessingException(Throwable cause)
XMLProcessingException
with the specified cause.
cause
- the Throwable that caused this XMLParsingExceptionpublic XMLProcessingException(String msg, Throwable e)
XMLProcessingException
with the specified detail message.
msg
- the detail message.e
- Method Detail |
---|
public String toString()
toString
in class Throwable
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |