Class TomlCodingException

All Implemented Interfaces:
Serializable

public final class TomlCodingException extends TomlParseException
Error while decoding UTF-8 data. This is similar to MalformedInputException and by extension CharacterCodingException.
See Also:
  • Constructor Details

    • TomlCodingException

      public TomlCodingException(@NotNull @NotNull String message)