Interface CParseErrorType

All Known Implementing Classes:
CParseError

@Immutable public interface CParseErrorType
The type of parse errors.
  • Method Details

    • lexical

      @Parameter com.io7m.jlexing.core.LexicalPosition<URI> lexical()
      Returns:
      The lexical position of the error
    • severity

      @Parameter CParseErrorType.Severity severity()
      Returns:
      The severity of the error
    • message

      @Parameter String message()
      Returns:
      The error message
    • exception

      @Parameter Optional<Exception> exception()
      Returns:
      The exception raised, if any