Class HTMLParsingException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class HTMLParsingException

public class netscape.application.HTMLParsingException
    extends java.lang.Exception
{
    /* Constructors
     */
    public HTMLParsingException(String, int);

    /* Methods
     */
    public int lineNumber();
}
Exception signaling that an HTML parsing exception has occurred. This exception also provides a means for an HTML parser client to determine which line generated the exception.

Constructors

HTMLParsingException

  public HTMLParsingException(String string,
                              int lineNumber)
Constructs an HTMLParsingException with the descriptive message string, and the line number on which the error occurred.

Methods

lineNumber

  public int lineNumber()
Returns the line number at which the HTMLParsingException occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index