Class TomlStreamWriteException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class TomlStreamWriteException
    extends com.fasterxml.jackson.core.exc.StreamWriteException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.core.exc.StreamWriteException

        _processor
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Constructor Summary

      Constructors 
      Constructor Description
      TomlStreamWriteException​(java.lang.String msg, com.fasterxml.jackson.core.JsonGenerator g)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.core.exc.StreamWriteException withGenerator​(com.fasterxml.jackson.core.JsonGenerator g)  
      • Methods inherited from class com.fasterxml.jackson.core.exc.StreamWriteException

        getProcessor
      • Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

        clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, toString
      • 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

      • TomlStreamWriteException

        TomlStreamWriteException​(java.lang.String msg,
                                 com.fasterxml.jackson.core.JsonGenerator g)
    • Method Detail

      • withGenerator

        public com.fasterxml.jackson.core.exc.StreamWriteException withGenerator​(com.fasterxml.jackson.core.JsonGenerator g)
        Specified by:
        withGenerator in class com.fasterxml.jackson.core.exc.StreamWriteException