Package org.apache.maven.plugins.changes
Class ChangesXMLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.plugins.changes.ChangesXMLRuntimeException
- All Implemented Interfaces:
 Serializable
This is a runtime exception class that is thrown by the
 
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.- Author:
 - Gabor Szabo
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor that sets the message.ChangesXMLRuntimeException(String msg, Throwable cause) Constructor that sets the message and the cause of the exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ChangesXMLRuntimeException
Default constructor that sets the message.- Parameters:
 msg- the exception message.
 - 
ChangesXMLRuntimeException
Constructor that sets the message and the cause of the exception.- Parameters:
 msg- the exception message.cause- the cause.
 
 -