Package org.codehaus.jackson
Class JsonGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
org.codehaus.jackson.JsonGenerationException
- All Implemented Interfaces:
Serializable
Exception type for exceptions during JSON writing, such as trying
to output content in wrong context (non-matching end-array or end-object,
for example).
- See Also:
-
Field Summary
Fields inherited from class org.codehaus.jackson.JsonProcessingException
mLocation
-
Constructor Summary
ConstructorsConstructorDescriptionJsonGenerationException
(String msg, Throwable rootCause) JsonGenerationException
(Throwable rootCause) -
Method Summary
Methods inherited from class org.codehaus.jackson.JsonProcessingException
getLocation, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JsonGenerationException
-
JsonGenerationException
-
JsonGenerationException
-