|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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(java.lang.String msg)
Constructs an instance of XMLProcessingException with the specified detail
message. |
|
XMLProcessingException(java.lang.String msg,
java.lang.Throwable e)
Constructs an instance of XMLProcessingException with the specified detail
message. |
|
XMLProcessingException(java.lang.Throwable cause)
Constructs an instance of XMLProcessingException with the specified cause. |
| 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 |
| Constructor Detail |
|---|
protected XMLProcessingException()
XMLProcessingException without detail message.
public XMLProcessingException(java.lang.String msg)
XMLProcessingException with the specified detail
message.
msg - the detail message.public XMLProcessingException(java.lang.Throwable cause)
XMLProcessingException with the specified cause.
cause - the Throwable that caused this XMLParsingException
public XMLProcessingException(java.lang.String msg,
java.lang.Throwable e)
XMLProcessingException with the specified detail
message.
msg - the detail message.e - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||