Class HintParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.owasp.dependencycheck.xml.hints.HintParseException
All Implemented Interfaces:
Serializable

@ThreadSafe public class HintParseException extends IOException
An exception used when parsing a suppression rule file fails.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • HintParseException

      public HintParseException()
      Creates a new SuppressionParseException.
    • HintParseException

      public HintParseException(String msg)
      Creates a new SuppressionParseException.
      Parameters:
      msg - a message for the exception.
    • HintParseException

      public HintParseException(Throwable ex)
      Creates a new SuppressionParseException.
      Parameters:
      ex - the cause of the parse exception
    • HintParseException

      public HintParseException(String msg, Throwable ex)
      Creates a new SuppressionParseException.
      Parameters:
      msg - a message for the exception.
      ex - the cause of the parse exception