@ThreadSafe
public class SuppressionParseException
extends java.io.IOException
| Constructor and Description |
|---|
SuppressionParseException()
Creates a new SuppressionParseException.
|
SuppressionParseException(java.lang.String msg)
Creates a new SuppressionParseException.
|
SuppressionParseException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new SuppressionParseException.
|
SuppressionParseException(java.lang.Throwable ex)
Creates a new SuppressionParseException.
|
public SuppressionParseException()
public SuppressionParseException(java.lang.String msg)
msg - a message for the exception.public SuppressionParseException(java.lang.Throwable ex)
ex - the cause of the parse exceptionpublic SuppressionParseException(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.