ErrLookup › jhy/jsoup

jhy/jsoup

jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety. · Java · 92 source files

Analyzed at 9851ac5d9c on 2026-09-08. 41 documented errors.

Code / MessageTypeSeverityTags
Source ranges must come from the same parse
validation error
WTF: No buffer left to unconsume.
exception error
null
exception error
Could not evaluate XPath query
exception error xpath, parse-error, selector, w3c-dom
Read timeout
exception error timeout, network, io, socket
The ' ' parameter must not be empty.
validation error validation, null-check, empty-string, parameter-validation
The supplied URL, ' ', is malformed. Make sure it is an…
validation error java, jsoup, url, input-validation
Queue did not match expected sequence
exception error
Invalid escape sequence:
exception error
CSS identifier expected, but end of input found
exception error
:matchText is no longer supported. Use…
exception error jsoup, css-selector, deprecation
Could not parse query
exception error
Underlying input stream returned zero bytes
exception error io, input-stream, streaming
Could not parse attribute query
exception error jsoup, css-selector, attribute-selector, parse-error
Resetting to invalid mark
exception error io, stream, mark-reset, invalid-mark
Unhandled content type. Must be a text or XML media type
http error java, jsoup, http, content-type
Pattern complexity error
validation error regex, validation, re2, resource-exhaustion
Could not parse nth-index
exception error jsoup, css-selector, nth-child, parse-error
Mark invalid
exception error
Use Iterator#remove() instead to remove attributes while…
exception error concurrent-modification, iterator, collections
Unknown combinator
exception error
You must execute the request before getting a response.
validation error java, jsoup, http, api-misuse
Cannot follow redirect with a streamed request body…
exception error java, jsoup, http, redirect, request-body
HTTP error fetching URL
http error java, jsoup, http, status-code
Too many redirects occurred trying to load URL
exception error java, jsoup, http, redirect-loop
URL not set. Make sure to call #url(...) before executing…
validation error java, jsoup, http, missing-config
Could not parse query
exception error jsoup, css-selector, node-selector, parse-error
Range positions must be non-negative
validation error range, source-position, validation
String must not be empty
validation error empty-string, validation
Not yet executed
exception error lifecycle, http, illegal-state
Pattern syntax error:
validation error regex, syntax, validation
Invalid URL: host is missing
exception error url, validation, http
The parameter ' ' must not be null.
validation error null-check, validation, parameters
msg (String.format with args)
exception error validation, assertion, string-format, precondition
msg
exception error null-check, arrays, validation
No child at index:
exception error index-out-of-bounds, dom, element
Attribute range positions must be non-negative
validation error range, attributes, source-position
Only http & https protocols supported
exception error java, jsoup, url, protocol
Must be true
validation error assertion, validation, boolean
Object must not be null
validation error null-check, validation
Must be false
validation error assertion, validation, boolean