Class TomlParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TomlBomException, TomlClobberException, TomlCodingException, TomlDateTimeException, TomlExtensionException, TomlLocalParseException

@NonExtendable public abstract class TomlParseException extends TomlException
Errors relating to TOML parsing
See Also:
  • Constructor Details

    • TomlParseException

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

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