Class TomlStreamWriteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.core.exc.StreamWriteException
tools.jackson.dataformat.toml.TomlStreamWriteException
All Implemented Interfaces:
Serializable

public final class TomlStreamWriteException extends tools.jackson.core.exc.StreamWriteException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.core.JacksonException

    tools.jackson.core.JacksonException.Reference
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     

    Fields inherited from class tools.jackson.core.JacksonException

    _location, _path, _processor
  • Constructor Summary

    Constructors
    Constructor
    Description
    TomlStreamWriteException(tools.jackson.core.JsonGenerator g, String msg)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tools.jackson.core.exc.StreamWriteException
    withGenerator(tools.jackson.core.JsonGenerator g)
     

    Methods inherited from class tools.jackson.core.exc.StreamWriteException

    processor

    Methods inherited from class tools.jackson.core.JacksonException

    _appendPathDesc, _appendReferenceChain, _buildMessage, _exceptionMessage, clearLocation, getLocalizedMessage, getLocation, getMessage, getOriginalMessage, getPath, getPathReference, getPathReference, messageSuffix, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath, wrapWithPath

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • TomlStreamWriteException

      TomlStreamWriteException(tools.jackson.core.JsonGenerator g, String msg)
  • Method Details

    • withGenerator

      public tools.jackson.core.exc.StreamWriteException withGenerator(tools.jackson.core.JsonGenerator g)
      Overrides:
      withGenerator in class tools.jackson.core.exc.StreamWriteException