Package org.tomlj

Class TomlParseError

All Implemented Interfaces:
Serializable

public final class TomlParseError extends RuntimeException
An error that occurred while parsing.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • position

      public TomlPosition position()
      The position in the input where the error occurred.
      Returns:
      The position in the input where the error occurred.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable