Package org.owasp.validator.html
Class ScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.owasp.validator.html.ScanException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UnknownSelectorException
public class ScanException extends java.lang.ExceptionThis exception gets thrown when there is an unexpected error parsing the tainted HTML. The code is sturdy, but the unlikelyIOExceptionor SAX exceptions are always theoretically possible.- Author:
- Arshan Dabirsiaghi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScanException(java.lang.Exception e)ScanException(java.lang.String s)
-