Package org.jsoup.parser
Class ParseError
java.lang.Object
org.jsoup.parser.ParseError
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseError
(int pos, String errorMsg) ParseError
(int pos, String errorFormat, Object... args) -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the error message.int
Retrieves the offset of the error.toString()
-
Field Details
-
pos
private int pos -
errorMsg
-
-
Constructor Details
-
ParseError
ParseError(int pos, String errorMsg) -
ParseError
-
-
Method Details