Class TomlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArrayParseException, TomlParseException, TomlReadException, TomlTableException, TomlWriteException

public class TomlException extends RuntimeException
See Also:
  • Constructor Details

    • TomlException

      public TomlException(String message)
    • TomlException

      public TomlException(String message, Throwable cause)