org.databene.contiperf
Class PerfTestConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.databene.contiperf.PerfTestException
                  extended by org.databene.contiperf.PerfTestConfigurationError
All Implemented Interfaces:
Serializable

public class PerfTestConfigurationError
extends PerfTestException

Indicates invalid configuration settings in a performance test.

Created: 16.04.2010 11:51:02

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

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

PerfTestConfigurationError

public PerfTestConfigurationError()

PerfTestConfigurationError

public PerfTestConfigurationError(String message,
                                  Throwable cause)

PerfTestConfigurationError

public PerfTestConfigurationError(String message)

PerfTestConfigurationError

public PerfTestConfigurationError(Throwable cause)


Copyright © 2013. All Rights Reserved.