org.jsoup.parser
Class ParseError

java.lang.Object
  extended by 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
 String getErrorMessage()
          Retrieve the error message.
 int getPosition()
          Retrieves the offset of the error.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorMessage

public String getErrorMessage()
Retrieve the error message.

Returns:
the error message.

getPosition

public int getPosition()
Retrieves the offset of the error.

Returns:
error offset within input

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 Jonathan Hedley. All Rights Reserved.