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
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.owasp.validator.html.CleanResults
void
setCleanResults
(org.owasp.validator.html.CleanResults cleanResults) Methods inherited from class org.broadleafcommerce.common.exception.ServiceException
containsCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cleanResults
protected org.owasp.validator.html.CleanResults cleanResults
-
-
Constructor Details
-
CleanStringException
public CleanStringException(org.owasp.validator.html.CleanResults cleanResults)
-
-
Method Details
-
getCleanResults
public org.owasp.validator.html.CleanResults getCleanResults() -
setCleanResults
public void setCleanResults(org.owasp.validator.html.CleanResults cleanResults)
-