Class TomlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TomlIOException, TomlParseException, TomlValueException

@NonExtendable public abstract class TomlException extends RuntimeException
Superclass of exceptions pertaining to TOML parsing, serialization and writing. Notably includes TomlIOException which should be explicitly caught when appropriate.
See Also:
  • Constructor Details

    • TomlException

      public TomlException(@NotNull @NotNull String message)
    • TomlException

      public TomlException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)