Class TomlLocalParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.wasabithumb.jtoml.except.TomlException
io.github.wasabithumb.jtoml.except.parse.TomlParseException
io.github.wasabithumb.jtoml.except.parse.TomlLocalParseException
- All Implemented Interfaces:
Serializable
A
TomlParseException with location info- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTomlLocalParseException(@NotNull String message, int lineNumber, int columnNumber) TomlLocalParseException(@NotNull String message, @Nullable Throwable cause, int lineNumber, int columnNumber) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TomlLocalParseException
-
TomlLocalParseException
-
-
Method Details
-
getRawMessage
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber()
-