Class TomlParseException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TomlBomException,TomlClobberException,TomlCodingException,TomlDateTimeException,TomlExtensionException,TomlLocalParseException
Errors relating to TOML parsing
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTomlParseException(@NotNull String message) TomlParseException(@NotNull String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TomlParseException
-
TomlParseException
-