org.codehaus.jackson.map
Class RuntimeJsonMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.jackson.map.RuntimeJsonMappingException
- All Implemented Interfaces:
- Serializable
public class RuntimeJsonMappingException
- extends RuntimeException
Wrapper used when interface does not allow throwing a checked
JsonMappingException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeJsonMappingException
public RuntimeJsonMappingException(JsonMappingException cause)
RuntimeJsonMappingException
public RuntimeJsonMappingException(String message)
RuntimeJsonMappingException
public RuntimeJsonMappingException(String message,
JsonMappingException cause)