Class TomlStreamWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.core.exc.StreamWriteException
tools.jackson.dataformat.toml.TomlStreamWriteException
- All Implemented Interfaces:
Serializable
public final class TomlStreamWriteException
extends tools.jackson.core.exc.StreamWriteException
- See Also:
-
Nested Class Summary
Nested 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.core.exc.StreamWriteExceptionwithGenerator(tools.jackson.core.JsonGenerator g) Methods inherited from class tools.jackson.core.exc.StreamWriteException
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
-
TomlStreamWriteException
TomlStreamWriteException(tools.jackson.core.JsonGenerator g, String msg)
-
-
Method Details
-
withGenerator
public tools.jackson.core.exc.StreamWriteException withGenerator(tools.jackson.core.JsonGenerator g) - Overrides:
withGeneratorin classtools.jackson.core.exc.StreamWriteException
-