Package 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 checkedJsonMappingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeJsonMappingException(String message)
RuntimeJsonMappingException(String message, JsonMappingException cause)
RuntimeJsonMappingException(JsonMappingException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeJsonMappingException
public RuntimeJsonMappingException(JsonMappingException cause)
-
RuntimeJsonMappingException
public RuntimeJsonMappingException(String message)
-
RuntimeJsonMappingException
public RuntimeJsonMappingException(String message, JsonMappingException cause)
-
-