public class ChangesXMLRuntimeException extends RuntimeException
ChangesXML.ChangesXML(java.io.File, org.apache.maven.plugin.logging.Log)
constructor if the given changes.xml
file cannot be parsed, for example it is not well-formed or valid.Constructor and Description |
---|
ChangesXMLRuntimeException(String msg)
Default constructor that sets the message.
|
ChangesXMLRuntimeException(String msg,
Throwable cause)
Constructor that sets the message and the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChangesXMLRuntimeException(String msg)
msg
- the exception message.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.