Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.11.0
-
None
-
None
-
None
Description
Currently when the SystemOptionManager is queried for an unregistered option. It throws a null pointer exception. I should probably throw and IllegalArgumentException with an informative message like "There is no OptionDefinition for <option name>. Either you misspelled the option name or you need to add an OptionDefinition for this option to the code base."
Attachments
Issue Links
- is related to
-
DRILL-5832 Migrate OperatorFixture to use SystemOptionManager rather than mock
- Resolved