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