public class

JsonGenerationException

extends JsonProcessingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.fasterxml.jackson.core.JsonProcessingException
           ↳ com.fasterxml.jackson.core.JsonGenerationException

Class Overview

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).

Summary

[Expand]
Inherited Fields
From class com.fasterxml.jackson.core.JsonProcessingException
Public Constructors
JsonGenerationException(Throwable rootCause)
JsonGenerationException(String msg)
JsonGenerationException(String msg, Throwable rootCause)
[Expand]
Inherited Methods
From class com.fasterxml.jackson.core.JsonProcessingException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JsonGenerationException (Throwable rootCause)

public JsonGenerationException (String msg)

public JsonGenerationException (String msg, Throwable rootCause)