| Interface | Description |
|---|---|
| ParserErrorHandler |
Interface for parser error handlers
|
| Class | Description |
|---|---|
| AbstractCollectingHandler | |
| CollectAll |
Error handler which collects all the errors for later inspection
|
| FailAll |
An error handler which collects all errors during parsing and then fails at
the end of parsing
|
| FailFast |
An error handler which fails as soon as a parser error is encountered
|
Copyright © 2012–2022. All rights reserved.