willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

Chore/error handling improvements #144

Closed aaron-goff closed 5 years ago

aaron-goff commented 5 years ago

Related Issue

N/A

Description

We use several methods that pre-suppose the existence of an element. In cases where these elements do not exist (or can't be found), we receive NoSuchElementException. These failures can be a little difficult to troubleshoot, so I've added more robust exception handling as well as unit tests.

Definitely open to feedback about better exception error text, or ways to implement the exception unit tests.

Checklist

aaron-goff commented 5 years ago

@mrk-han Do you want me to bump this to 0.19.4?