Class TomlStreamReadException

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

public class TomlStreamReadException extends tools.jackson.core.exc.StreamReadException
See Also:
  • Nested Class Summary

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

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

    Fields inherited from class tools.jackson.core.JacksonException

    _location, _path, _processor
  • Method Summary

    Modifier and Type
    Method
    Description
    withParser(tools.jackson.core.JsonParser p)
     

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

    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 java.lang.Object

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

    • withParser

      public TomlStreamReadException withParser(tools.jackson.core.JsonParser p)
      Overrides:
      withParser in class tools.jackson.core.exc.StreamReadException