Package org.apache.maven.reporting
Class MavenReportException
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.
- Since:
- 2.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.MavenReportException
(String msg, Exception cause) Other constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUIDThe serialVersionUID- See Also:
-
-
Constructor Details
-
MavenReportException
Default constructor.- Parameters:
msg
- the exception message.
-
MavenReportException
Other constructor.- Parameters:
msg
- the exception message.cause
- the cause.
-