Exception | Description |
---|---|
ConnectionFailureException |
ConnectionFailureException handles errors thrown by
RecipeRepository.connect(String) ,
which are generated by Jsoup.connect(String) |
TooManyMatchesException |
TooManyMatchesException handles errors thrown by
JsoupMachine
when text selected by the user is found in more than one HTML element. |
ZeroMatchesException |
ZeroMatchesException handles errors thrown by
JsoupMachine
when JsoupMachine.prepare(Document) fails to
extract any text elements, or the text selected by the user is not found in the HTML. |