Class TomlExtensionException
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.TomlExtensionException
- All Implemented Interfaces:
Serializable
An attempt was made to extend an inline table or array.
From the TOML docs:
- Inline tables are fully self-contained and define all keys and sub-tables within them. Keys and sub-tables cannot be added outside the braces.
- Attempting to append to a statically defined array, even if that array is empty, must produce an error at parse time.
- 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
-
TomlExtensionException
-