org.spicefactory.cinnamon.io.mapping
Class ClassMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.io.mapping.ClassMappingException
- All Implemented Interfaces:
- Serializable
public class ClassMappingException
- extends RuntimeException
Exception thrown when an error occurs while processing a class mapping.
This may include illegal mapping configurations, illegal AMF3 data for mapped objects
or IOExceptions thrown while encoding/decoding a mapped object.
- 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 |
ClassMappingException
public ClassMappingException(String message,
Throwable cause)
- Creates a new ClassMappingException.
- Parameters:
message - the error messagecause - the cause of the error
ClassMappingException
public ClassMappingException(String message)
- Creates a new ClassMappingException.
- Parameters:
message - the error message