@ThreadSafe
public class GrokParseException
extends java.io.IOException
| Constructor and 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.
|
public GrokParseException()
public GrokParseException(java.lang.String msg)
msg - a message for the exception.public GrokParseException(java.lang.Throwable ex)
ex - the cause of the parse exceptionpublic GrokParseException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the parse exceptionCopyright© 2012-21 Jeremy Long. All Rights Reserved.