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 ClassesModifier and TypeClassDescription(package private) static classNested classes/interfaces inherited from class tools.jackson.core.JacksonException
tools.jackson.core.JacksonException.Reference -
Field Summary
FieldsFields inherited from class tools.jackson.core.JacksonException
_location, _path, _processor -
Constructor Summary
ConstructorsConstructorDescriptionTomlStreamReadException(tools.jackson.core.JsonParser p, String msg, tools.jackson.core.TokenStreamLocation loc) TomlStreamReadException(tools.jackson.core.JsonParser p, String msg, tools.jackson.core.TokenStreamLocation loc, Throwable rootCause) -
Method Summary
Methods inherited from class tools.jackson.core.exc.StreamReadException
processorMethods 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, wrapWithPathMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TomlStreamReadException
TomlStreamReadException(tools.jackson.core.JsonParser p, String msg, tools.jackson.core.TokenStreamLocation loc) -
TomlStreamReadException
-
-
Method Details
-
withParser
- Overrides:
withParserin classtools.jackson.core.exc.StreamReadException
-