@ThreadSafe public class GrokParseException extends IOException
| Constructor and Description |
|---|
GrokParseException()
Creates a new GrokParseException.
|
GrokParseException(String msg)
Creates a new GrokParseException.
|
GrokParseException(String msg,
Throwable ex)
Creates a new GrokParseException.
|
GrokParseException(Throwable ex)
Creates a new GrokParseException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GrokParseException()
public GrokParseException(String msg)
msg - a message for the exception.public GrokParseException(Throwable ex)
ex - the cause of the parse exceptionCopyright © 2012–2020 OWASP. All rights reserved.