org.apache.maven.surefire.assertion
Class SurefireAssertionFailedException

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.assertion.SurefireAssertionFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SurefireComparisonFailureException

public class SurefireAssertionFailedException
extends NestedRuntimeException

See Also:
Serialized Form

Constructor Summary
SurefireAssertionFailedException()
           
SurefireAssertionFailedException(String message)
           
SurefireAssertionFailedException(String message, Throwable cause)
           
SurefireAssertionFailedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.util.NestedRuntimeException
contains, getCause, getMessage, getRootCause, 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

SurefireAssertionFailedException

public SurefireAssertionFailedException()

SurefireAssertionFailedException

public SurefireAssertionFailedException(String message)

SurefireAssertionFailedException

public SurefireAssertionFailedException(Throwable cause)

SurefireAssertionFailedException

public SurefireAssertionFailedException(String message,
                                        Throwable cause)


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