-
-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datatable/java: Improve error messages
As reported in cucumber/cucumber-jvm#1928: ``` Given table1 | aaa | bbb | ccc | List<String> result1 = table1.asList(String.class); ``` As part of #540 this should have thrown an exception but no exception was thrown. After fixing this, reviewing the exceptions revealed that they were rather lacking in clarify. By including all potential causes rather then a best guess we'll ensure that all possible fixes have been suggested.
- Loading branch information
1 parent
aea94e0
commit cc1ad15
Showing
5 changed files
with
520 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.