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
public class JsonGenerationException extends JsonProcessingException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.codehaus.jackson.JsonProcessingException
mLocation
-
-
Constructor Summary
Constructors Constructor Description JsonGenerationException(String msg)
JsonGenerationException(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
-
-