Class GrokParseException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      GrokParseException()
      Creates a new GrokParseException.
      GrokParseException​(java.lang.String msg)
      Creates a new GrokParseException.
      GrokParseException​(java.lang.String msg, java.lang.Throwable ex)
      Creates a new GrokParseException.
      GrokParseException​(java.lang.Throwable ex)
      Creates a new GrokParseException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GrokParseException

        public GrokParseException()
        Creates a new GrokParseException.
      • GrokParseException

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

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

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