javolution37.javolution.xml
Class XmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javolution37.javolution.xml.XmlException
-
- All Implemented Interfaces:
- java.io.Serializable
public class XmlException extends java.lang.RuntimeExceptionSignals that a problem of some sort has occurred when serializing/deserializaing an object from its XML representation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description XmlException()Constructs aXmlExceptionwith no detail message.XmlException(java.lang.String message)Constructs aXmlExceptionwith the specified detail message.XmlException(java.lang.String message, java.lang.Throwable cause)Constructs aXmlExceptionwith the specified detail message and cause.XmlException(java.lang.Throwable cause)Constructs aXmlExceptionwith the specified cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.ThrowablegetCause()Returns the original cause of this xml exception.
-
-
-
Constructor Detail
-
XmlException
public XmlException()
Constructs aXmlExceptionwith no detail message.
-
XmlException
public XmlException(java.lang.String message)
Constructs aXmlExceptionwith the specified detail message.- Parameters:
message- the detail message.
-
XmlException
public XmlException(java.lang.String message, java.lang.Throwable cause)Constructs aXmlExceptionwith the specified detail message and cause.- Parameters:
message- the detail message.cause- the cause.
-
XmlException
public XmlException(java.lang.Throwable cause)
Constructs aXmlExceptionwith the specified cause.- Parameters:
cause- the cause.
-
-
DMelt 3.0 © DataMelt by jWork.ORG