org.apache.maven.surefire.report
Class ReporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.surefire.util.NestedCheckedException
              extended by org.apache.maven.surefire.report.ReporterException
All Implemented Interfaces:
Serializable

public class ReporterException
extends NestedCheckedException

Exception occurring during report generation.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
ReporterException(String message, Exception nested)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.util.NestedCheckedException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReporterException

public ReporterException(String message,
                         Exception nested)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.