org.apache.maven.reporting
Class MavenReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
Version:
$Id: MavenReportException.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter, Emmanuel Venisse
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          The serialVersionUID
 
Constructor Summary
MavenReportException(String msg)
          Default constructor.
MavenReportException(String msg, Exception e)
          Other constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
The serialVersionUID

See Also:
Constant Field Values
Constructor Detail

MavenReportException

public MavenReportException(String msg)
Default constructor.

Parameters:
msg - the exception message.

MavenReportException

public MavenReportException(String msg,
                            Exception e)
Other constructor.

Parameters:
msg - the exception message.
e - the exception.


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.