org.broadleafcommerce.common.security.service
Class CleanStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.ServiceException
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
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
cleanResults
protected org.owasp.validator.html.CleanResults cleanResults
CleanStringException
public CleanStringException(org.owasp.validator.html.CleanResults cleanResults)
getCleanResults
public org.owasp.validator.html.CleanResults getCleanResults()
setCleanResults
public void setCleanResults(org.owasp.validator.html.CleanResults cleanResults)
Copyright © 2013. All Rights Reserved.