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 Summary
Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayloadFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Method Summary
Modifier and TypeMethodDescriptionwithParser(com.fasterxml.jackson.core.JsonParser p) withRequestPayload(com.fasterxml.jackson.core.util.RequestPayload p) Methods inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_currentLocation, getMessage, getProcessor, getRequestPayload, getRequestPayloadAsStringMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
withParser
- Specified by:
withParserin classcom.fasterxml.jackson.core.exc.StreamReadException
-
withRequestPayload
- Specified by:
withRequestPayloadin classcom.fasterxml.jackson.core.exc.StreamReadException
-