org.spicefactory.cinnamon.io.amf
Class AMFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.io.amf.AMFException
- All Implemented Interfaces:
- Serializable
public class AMFException
- extends RuntimeException
Exception thrown when an error occurs while serializing/deserializing data from/to AMF3 binary format.
- 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 |
AMFException
public AMFException(String message,
Throwable cause)
- Creates a new AMFException.
- Parameters:
message - the error messagecause - the cause of the error
AMFException
public AMFException(String message)
- Creates a new AMFException.
- Parameters:
message - the error message