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