Class TomlLocalParseException

All Implemented Interfaces:
Serializable

public final class TomlLocalParseException extends TomlParseException
A TomlParseException with location info
See Also:
  • Constructor Details

    • TomlLocalParseException

      public TomlLocalParseException(@NotNull @NotNull String message, int lineNumber, int columnNumber)
    • TomlLocalParseException

      public TomlLocalParseException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause, int lineNumber, int columnNumber)
  • Method Details

    • getRawMessage

      @NotNull public @NotNull String getRawMessage()
    • getMessage

      @NotNull public @NotNull String getMessage()
      Overrides:
      getMessage in class Throwable
    • getLineNumber

      public int getLineNumber()
    • getColumnNumber

      public int getColumnNumber()