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:
java.io.Serializable
public final class TomlStreamWriteException extends com.fasterxml.jackson.core.exc.StreamWriteException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TomlStreamWriteException(java.lang.String msg, com.fasterxml.jackson.core.JsonGenerator g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.core.exc.StreamWriteException
withGenerator(com.fasterxml.jackson.core.JsonGenerator g)
-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-