public class ZeroMatchesException extends RuntimeException
JsoupMachine
when JsoupMachine.prepare(Document)
fails to
extract any text elements, or the text selected by the user is not found in the HTML.Constructor and Description |
---|
ZeroMatchesException()
The default constructor is used when the initial processing fails to find useful text in the
page at the user-provided URL.
|
ZeroMatchesException(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZeroMatchesException()
public ZeroMatchesException(String s)
s
- indicates whether the exception came from parsing HTML for an ingredient or
instruction string.