com.lazerycode.jmeter.threadhandling
Class JMeterPluginUncaughtExceptionHandler

java.lang.Object
  extended by com.lazerycode.jmeter.threadhandling.JMeterPluginUncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class JMeterPluginUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler


Constructor Summary
JMeterPluginUncaughtExceptionHandler()
           
 
Method Summary
 void uncaughtException(Thread t, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMeterPluginUncaughtExceptionHandler

public JMeterPluginUncaughtExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler


Copyright © 2013. All Rights Reserved.