|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| 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
javolution.xml.XmlException
public class XmlException
Signals that a problem of some sort has occurred when serializing/deserializaing an object from its XML representation.
| Constructor Summary | |
|---|---|
XmlException()
Constructs a XmlException with no detail message. |
|
XmlException(java.lang.String message)
Constructs a XmlException with the specified detail
message. |
|
XmlException(java.lang.String message,
java.lang.Throwable cause)
Constructs a XmlException with the specified detail
message and cause. |
|
XmlException(java.lang.Throwable cause)
Constructs a XmlException with the specified cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the original cause of this xml exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlException()
XmlException with no detail message.
public XmlException(java.lang.String message)
XmlException with the specified detail
message.
message - the detail message.
public XmlException(java.lang.String message,
java.lang.Throwable cause)
XmlException with the specified detail
message and cause.
message - the detail message.cause - the cause.public XmlException(java.lang.Throwable cause)
XmlException with the specified cause.
cause - the cause.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablenull if the
cause is nonexistent or unknown.
|
J avolution v3.7 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||