Package org.bndly.common.html
Class HTMLParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bndly.common.html.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 Summary
Constructors Constructor Description HTMLParsingException(long row, long column)HTMLParsingException(long row, long column, String message)HTMLParsingException(long row, long column, String message, Throwable cause)HTMLParsingException(long row, long column, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetColumn()longgetRow()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-