Apache JMeter

org.apache.jorphan.util
Class JMeterStopTestNowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jorphan.util.JMeterStopTestNowException
All Implemented Interfaces:
Serializable

public class JMeterStopTestNowException
extends RuntimeException

This Exception is for use by functions etc to signal a Stop Test Now condition where there is no access to the normal stop method

Version:
$Revision: 905024 $
See Also:
Serialized Form

Constructor Summary
JMeterStopTestNowException()
           
JMeterStopTestNowException(String s)
           
 
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

JMeterStopTestNowException

public JMeterStopTestNowException()

JMeterStopTestNowException

public JMeterStopTestNowException(String s)

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.