Class TomlCodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.wasabithumb.jtoml.except.TomlException
io.github.wasabithumb.jtoml.except.parse.TomlParseException
io.github.wasabithumb.jtoml.except.parse.TomlCodingException
- All Implemented Interfaces:
Serializable
Error while decoding UTF-8 data.
This is similar to
MalformedInputException
and by extension CharacterCodingException.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TomlCodingException
-