Class MavenReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.reporting.MavenReportException
All Implemented Interfaces:
Serializable

public class MavenReportException extends Exception
An exception occurring during the execution of a Maven report.
Since:
2.0
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      The serialVersionUID
      See Also:
  • Constructor Details

    • MavenReportException

      public MavenReportException(String msg)
      Default constructor.
      Parameters:
      msg - the exception message.
    • MavenReportException

      public MavenReportException(String msg, Exception cause)
      Other constructor.
      Parameters:
      msg - the exception message.
      cause - the cause.