Class GrokParseException

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

@ThreadSafe public class GrokParseException extends IOException
An exception used when parsing a grok assembly XML file fails.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • GrokParseException

      public GrokParseException()
      Creates a new GrokParseException.
    • GrokParseException

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

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

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