Class TomlClobberException

All Implemented Interfaces:
Serializable

public final class TomlClobberException extends TomlParseException
Failed to parse due to clobbering; a key or table was redefined either explicitly or in an attempt to use an existing key as a table.
See Also:
  • Constructor Details

    • TomlClobberException

      public TomlClobberException(@NotNull @NotNull String message)