Package org.owasp.validator.html
Class ScanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.validator.html.ScanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownSelectorException
This exception gets thrown when there is an unexpected error parsing
the tainted HTML. The code is sturdy, but the unlikely
IOException
or
SAX exceptions are always theoretically possible.- Author:
- Arshan Dabirsiaghi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScanException
-
ScanException
-