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