minor doc updates

This commit is contained in:
Jonathan Shook
2021-02-04 17:46:44 -06:00
parent f8fe99f827
commit 9b445ef52a
3 changed files with 37 additions and 26 deletions

View File

@@ -61,6 +61,10 @@ matching any of the error patterns against the exception name, that
column (the handler list) is selected, and each handler in that list is
applied in order to the error.
Specifically, the Java class name of the exception type is matched against
the error patterns going left to right. The first one that matches selects
the error handler list to use.
## Error Handler Configuration
The default setting of `errors=stop` uses a shorthand form for specifying