Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jorphan.util
Class JMeterStopTestException  view JMeterStopTestException download JMeterStopTestException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.jorphan.util.JMeterStopTestException
All Implemented Interfaces:
java.io.Serializable

public class JMeterStopTestException
extends java.lang.RuntimeException

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

Version:
$Revision: 1.3 $ $Date: 2005/07/12 20:51:04 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JMeterStopTestException()
           
JMeterStopTestException(java.lang.String s)
           
 
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

JMeterStopTestException

public JMeterStopTestException()

JMeterStopTestException

public JMeterStopTestException(java.lang.String s)