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

Copyright © 1997 Netscape Communications Corporation. All rights reserved
Please send any comments or corrections to ifcfeedback@netscape.com
HTML generated on 21 Oct 1997