Save This Page
Home » maven-2.0.9-src » org.apache » maven » reporting » [javadoc | source]
org.apache.maven.reporting
public class: MavenReportException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.maven.reporting.MavenReportException

All Implemented Interfaces:
    Serializable

An exception occurring during the execution of a Maven report.
Field Summary
public static final  long serialVersionUID    The serialVersionUID 
Constructor:
 public MavenReportException(String msg) 
    Default constructor.
    Parameters:
    msg - the exception message.
 public MavenReportException(String msg,
    Exception e) 
    Other constructor.
    Parameters:
    msg - the exception message.
    e - the exception.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait