Class HTMLParsingException

  • All Implemented Interfaces:
    Serializable

    public final class HTMLParsingException
    extends Exception
    A special exception to allow specific catch statements when using the HTML parser.
    Author:
    cybercon <bndly@cybercon.de>
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLParsingException

        public HTMLParsingException​(long row,
                                    long column)
      • HTMLParsingException

        public HTMLParsingException​(long row,
                                    long column,
                                    String message)
      • HTMLParsingException

        public HTMLParsingException​(long row,
                                    long column,
                                    Throwable cause)
      • HTMLParsingException

        public HTMLParsingException​(long row,
                                    long column,
                                    String message,
                                    Throwable cause)
    • Method Detail

      • getRow

        public long getRow()
      • getColumn

        public long getColumn()