org.apache.jorphan.util
Class JMeterError
Error
org.apache.jorphan.util.JMeterError
public class JMeterError
extends Error
The rationale for this class is to support chained Errors in JDK 1.3
Throwable | getCause() - Local version of getCause() for JDK1.3 support
|
JMeterError
public JMeterError()
JMeterError
public JMeterError(String s)
JMeterError
public JMeterError(String message,
Throwable cause)
JMeterError
public JMeterError(Throwable cause)
getCause
public Throwable getCause()
Local version of getCause() for JDK1.3 support
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.