org.spicefactory.cinnamon.io.xml
Class XmlAdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.io.xml.XmlAdapterException
- All Implemented Interfaces:
- Serializable
public class XmlAdapterException
- extends RuntimeException
Exception thrown when an error occurs while encoding/decoding an XML DOM document instance
to/from AMF3 binary data.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XmlAdapterException
public XmlAdapterException(String message,
Throwable cause)
- Creates a new XmlAdapterException.
- Parameters:
message - the error messagecause - the cause of the error
XmlAdapterException
public XmlAdapterException(String message)
- Creates a new XmlAdapterException.
- Parameters:
message - the error message