com.fasterxml.jackson.core
Class JsonGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.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
JsonGenerationException
public JsonGenerationException(Throwable rootCause)
JsonGenerationException
public JsonGenerationException(String msg)
JsonGenerationException
public JsonGenerationException(String msg,
Throwable rootCause)
Copyright © 2012 FasterXML. All Rights Reserved.