Package org.apache.maven.reporting
Class MavenReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.reporting.MavenReportException
-
- All Implemented Interfaces:
java.io.Serializable
public class MavenReportException extends java.lang.Exception
An exception occurring during the execution of a Maven report.- Since:
- 2.0
- Version:
- $Id: MavenReportException.java 942378 2010-05-08 13:06:13Z hboutemy $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
The serialVersionUID
-
Constructor Summary
Constructors Constructor Description MavenReportException(java.lang.String msg)
Default constructor.MavenReportException(java.lang.String msg, java.lang.Exception cause)
Other constructor.
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
The serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MavenReportException
public MavenReportException(java.lang.String msg)
Default constructor.- Parameters:
msg
- the exception message.
-
MavenReportException
public MavenReportException(java.lang.String msg, java.lang.Exception cause)
Other constructor.- Parameters:
msg
- the exception message.cause
- the cause.
-
-