Class TomlStreamWriteException
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.StreamWriteException
com.fasterxml.jackson.dataformat.toml.TomlStreamWriteException
- All Implemented Interfaces:
Serializable
public final class TomlStreamWriteException
extends com.fasterxml.jackson.core.exc.StreamWriteException
- See Also:
-
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.core.exc.StreamWriteException
_processor
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location
-
Constructor Summary
ConstructorsConstructorDescriptionTomlStreamWriteException
(String msg, com.fasterxml.jackson.core.JsonGenerator g) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.core.exc.StreamWriteException
withGenerator
(com.fasterxml.jackson.core.JsonGenerator g) Methods inherited from class com.fasterxml.jackson.core.exc.StreamWriteException
getProcessor
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TomlStreamWriteException
TomlStreamWriteException(String msg, com.fasterxml.jackson.core.JsonGenerator g)
-
-
Method Details
-
withGenerator
public com.fasterxml.jackson.core.exc.StreamWriteException withGenerator(com.fasterxml.jackson.core.JsonGenerator g) - Specified by:
withGenerator
in classcom.fasterxml.jackson.core.exc.StreamWriteException
-