Package dev.denux.dtp.exception
Class TomlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.denux.dtp.exception.TomlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArrayParseException
,TomlParseException
,TomlReadException
,TomlTableException
,TomlWriteException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTomlException
(String message) TomlException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TomlException
-
TomlException
-