Class TomlStreamReadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.exc.StreamReadException
com.fasterxml.jackson.dataformat.toml.TomlStreamReadException
All Implemented Interfaces:
Serializable

public class TomlStreamReadException extends com.fasterxml.jackson.core.exc.StreamReadException
See Also:
  • Field Details

  • Constructor Details

    • TomlStreamReadException

      TomlStreamReadException(com.fasterxml.jackson.core.JsonParser p, String msg, com.fasterxml.jackson.core.JsonLocation loc)
    • TomlStreamReadException

      TomlStreamReadException(com.fasterxml.jackson.core.JsonParser p, String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable rootCause)
  • Method Details

    • withParser

      public TomlStreamReadException withParser(com.fasterxml.jackson.core.JsonParser p)
      Specified by:
      withParser in class com.fasterxml.jackson.core.exc.StreamReadException
    • withRequestPayload

      public TomlStreamReadException withRequestPayload(com.fasterxml.jackson.core.util.RequestPayload p)
      Specified by:
      withRequestPayload in class com.fasterxml.jackson.core.exc.StreamReadException