Package com.io7m.changelog.parser.api
Interface CParseErrorType
- All Known Implementing Classes:
CParseError
@Immutable
public interface CParseErrorType
The type of parse errors.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe severity of the error. -
Method Summary
-
Method Details
-
lexical
- Returns:
- The lexical position of the error
-
severity
- Returns:
- The severity of the error
-
message
- Returns:
- The error message
-
exception
- Returns:
- The exception raised, if any
-