org.broadleafcommerce.common.security.service
Class CleanStringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.ServiceException
              extended by org.broadleafcommerce.common.security.service.CleanStringException
All Implemented Interfaces:
Serializable

public class CleanStringException
extends ServiceException

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  org.owasp.validator.html.CleanResults cleanResults
           
 
Constructor Summary
CleanStringException(org.owasp.validator.html.CleanResults cleanResults)
           
 
Method Summary
 org.owasp.validator.html.CleanResults getCleanResults()
           
 void setCleanResults(org.owasp.validator.html.CleanResults cleanResults)
           
 
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
 

Field Detail

cleanResults

protected org.owasp.validator.html.CleanResults cleanResults
Constructor Detail

CleanStringException

public CleanStringException(org.owasp.validator.html.CleanResults cleanResults)
Method Detail

getCleanResults

public org.owasp.validator.html.CleanResults getCleanResults()

setCleanResults

public void setCleanResults(org.owasp.validator.html.CleanResults cleanResults)


Copyright © 2013. All Rights Reserved.