Package hydra.parsing
Class ParseError
java.lang.Object
hydra.parsing.ParseError
- All Implemented Interfaces:
Serializable,Comparable<ParseError>
An error which occurred while parsing
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ParseError other) booleaninthashCode()withMessage(String message) withRemainder(String remainder)
-
Field Details
-
TYPE_
-
MESSAGE
-
REMAINDER
-
message
An error message -
remainder
The remaining input at the point of failure
-
-
Constructor Details
-
ParseError
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ParseError>
-
withMessage
-
withRemainder
-