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

Quick Search    Search Deep

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

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

public class JMeterStopThreadException
extends java.lang.RuntimeException

This Exception is for use by functions etc to signal a Stop Thread 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
JMeterStopThreadException()
           
JMeterStopThreadException(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

JMeterStopThreadException

public JMeterStopThreadException()

JMeterStopThreadException

public JMeterStopThreadException(java.lang.String s)