Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonGenerationException

        public JsonGenerationException​(java.lang.Throwable rootCause)
      • JsonGenerationException

        public JsonGenerationException​(java.lang.String msg)
      • JsonGenerationException

        public JsonGenerationException​(java.lang.String msg,
                                       java.lang.Throwable rootCause)