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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayloadFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
ConstructorsConstructorDescriptionTomlStreamReadException(com.fasterxml.jackson.core.JsonParser p, String msg, com.fasterxml.jackson.core.JsonLocation loc) TomlStreamReadException(com.fasterxml.jackson.core.JsonParser p, String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable rootCause) -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TomlStreamReadException
TomlStreamReadException(com.fasterxml.jackson.core.JsonParser p, String msg, com.fasterxml.jackson.core.JsonLocation loc) -
TomlStreamReadException
-
-
Method Details
-
withParser
- Specified by:
withParserin classcom.fasterxml.jackson.core.exc.StreamReadException
-
withRequestPayload
- Specified by:
withRequestPayloadin classcom.fasterxml.jackson.core.exc.StreamReadException
-