org.owasp.validator.html
Class ScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.owasp.validator.html.ScanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownSelectorException

public class ScanException
extends java.lang.Exception

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:
Serialized Form

Constructor Summary
ScanException(java.lang.Exception e)
           
ScanException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScanException

public ScanException(java.lang.Exception e)

ScanException

public ScanException(java.lang.String s)


Copyright © 2010 The Open Web Application Security Project (OWASP). All Rights Reserved.