org.apache.jorphan.util
Class JMeterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jorphan.util.JMeterException
- All Implemented Interfaces:
- java.io.Serializable
public class JMeterException
- extends java.lang.Exception
The rationale for this class is to support chained Errors in JDK 1.3
- Version:
- $Revision: 674365 $
- See Also:
- Serialized Form
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 |
JMeterException
public JMeterException()
JMeterException
public JMeterException(java.lang.String s)
- Parameters:
s
-
JMeterException
public JMeterException(java.lang.Throwable cause)
- Parameters:
cause
-
JMeterException
public JMeterException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
getCause
public java.lang.Throwable getCause()
- Local version of getCause() for JDK1.3 support
- Overrides:
getCause
in class java.lang.Throwable
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.