org.apache.maven.surefire.report
Class ReporterException

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

public class ReporterException
extends NestedRuntimeException

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.NestedRuntimeException
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-2013 The Apache Software Foundation. All Rights Reserved.