Interface CParseErrorType

  • All Known Implementing Classes:
    CParseError

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

      • lexical

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

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

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