org.apache.maven.surefire.booter
Class SurefireExecutionException

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.booter.SurefireExecutionException
All Implemented Interfaces:
Serializable

public class SurefireExecutionException
extends NestedCheckedException

An error occurring during the invocation of Surefire via an alternate class loader.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
SurefireExecutionException(String message, Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.util.NestedCheckedException
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

SurefireExecutionException

public SurefireExecutionException(String message,
                                  Throwable nested)


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