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