org.databene.contiperf
Class PerfTestFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.databene.contiperf.PerfTestFailure
All Implemented Interfaces:
Serializable

public class PerfTestFailure
extends AssertionError

Indicates that a performance requirement has been missed in a performance test.

Created: 16.04.2010 11:50:09

Since:
1.03
Author:
Volker Bergmann
See Also:
Serialized Form

Constructor Summary
PerfTestFailure()
           
PerfTestFailure(String message)
           
PerfTestFailure(Throwable cause)
           
 
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
 

Constructor Detail

PerfTestFailure

public PerfTestFailure()

PerfTestFailure

public PerfTestFailure(String message)

PerfTestFailure

public PerfTestFailure(Throwable cause)


Copyright © 2013. All Rights Reserved.