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:
java.io.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(java.lang.String msg)
JsonGenerationException(java.lang.String msg, java.lang.Throwable rootCause)
JsonGenerationException(java.lang.Throwable rootCause)
-
Method Summary
-
Methods inherited from class org.codehaus.jackson.JsonProcessingException
getLocation, getMessage, toString
-
-