Package org.tomlj
Class TomlParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tomlj.TomlParseError
- All Implemented Interfaces:
Serializable
An error that occurred while parsing.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTomlParseError
(String message, TomlPosition position) TomlParseError
(String message, TomlPosition position, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
position
-
-
Constructor Details
-
TomlParseError
TomlParseError(String message, TomlPosition position) -
TomlParseError
TomlParseError(String message, TomlPosition position, Throwable cause)
-
-
Method Details