org.gridkit.jvmtool.jackson
Class JsonGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.gridkit.jvmtool.jackson.JsonProcessingException
org.gridkit.jvmtool.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
JsonGenerationException
public JsonGenerationException(Throwable rootCause)
JsonGenerationException
public JsonGenerationException(String msg)
JsonGenerationException
public JsonGenerationException(String msg,
Throwable rootCause)
Copyright © 2019. All Rights Reserved.