Class 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
    • Constructor Detail

      • JsonGenerationException

        public JsonGenerationException​(Throwable rootCause)
      • JsonGenerationException

        public JsonGenerationException​(String msg)
      • JsonGenerationException

        public JsonGenerationException​(String msg,
                                       Throwable rootCause)