org.owasp.validator.css
Class UnknownSelectorException

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

public class UnknownSelectorException
extends ScanException

See Also:
Serialized Form

Constructor Summary
UnknownSelectorException(java.lang.String selectorName)
           
 
Method Summary
 java.lang.String getSelectorName()
           
 
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

UnknownSelectorException

public UnknownSelectorException(java.lang.String selectorName)
Method Detail

getSelectorName

public java.lang.String getSelectorName()
Returns:
the selectorName


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