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