Package org.jsoup.parser
Class ParseError
- java.lang.Object
-
- org.jsoup.parser.ParseError
-
public class ParseError extends Object
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()Retrieve the error message.intgetPosition()Retrieves the offset of the error.StringtoString()
-