org.apache.jmeter.engine
Class JMeterEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.engine.JMeterEngineException
- All Implemented Interfaces:
- Serializable
public class JMeterEngineException
- extends Exception
- implements Serializable
Exception class for use by JMeterEngine.runTest()
and RemoteJMeterEngine.rrunTest()
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JMeterEngineException
public JMeterEngineException()
JMeterEngineException
public JMeterEngineException(String msg)
JMeterEngineException
public JMeterEngineException(Throwable t)
JMeterEngineException
public JMeterEngineException(String msg,
Throwable t)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.