Class ChangesXMLRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.plugins.changes.ChangesXMLRuntimeException
All Implemented Interfaces:
Serializable

public class ChangesXMLRuntimeException extends RuntimeException
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 Details

    • ChangesXMLRuntimeException

      public ChangesXMLRuntimeException(String msg)
      Default constructor that sets the message.
      Parameters:
      msg - the exception message.
    • ChangesXMLRuntimeException

      public ChangesXMLRuntimeException(String msg, Throwable cause)
      Constructor that sets the message and the cause of the exception.
      Parameters:
      msg - the exception message.
      cause - the cause.