Class CleanStringException

All Implemented Interfaces:
Serializable

public class CleanStringException extends ServiceException
Author:
Jeff Fischer
See Also:
  • 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)