Apache JMeter

org.apache.jorphan.util
Class JMeterError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.jorphan.util.JMeterError
All Implemented Interfaces:
java.io.Serializable

public class JMeterError
extends java.lang.Error

The rationale for this class is to support chained Errors in JDK 1.3

Version:
$Revision: 674365 $
See Also:
Serialized Form

Constructor Summary
JMeterError()
           
JMeterError(java.lang.String s)
           
JMeterError(java.lang.String message, java.lang.Throwable cause)
           
JMeterError(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          Local version of getCause() for JDK1.3 support
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

JMeterError

public JMeterError()

JMeterError

public JMeterError(java.lang.String s)
Parameters:
s -

JMeterError

public JMeterError(java.lang.Throwable cause)
Parameters:
cause -

JMeterError

public JMeterError(java.lang.String message,
                   java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

getCause

public java.lang.Throwable getCause()
Local version of getCause() for JDK1.3 support

Overrides:
getCause in class java.lang.Throwable

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.