|
|||||||||
| Home >> All >> org >> apache >> jorphan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.jorphan.util
Class JMeterException

java.lang.Objectjava.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: 1.3 $ $Date: 2005/07/12 20:51:04 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
savedCause
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
JMeterException()
|
|
JMeterException(java.lang.String s)
|
|
JMeterException(java.lang.String message,
java.lang.Throwable cause)
|
|
JMeterException(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 |
| Field Detail |
savedCause
private java.lang.Throwable savedCause
| Constructor Detail |
JMeterException
public JMeterException()
JMeterException
public JMeterException(java.lang.String s)
JMeterException
public JMeterException(java.lang.Throwable cause)
JMeterException
public JMeterException(java.lang.String message, java.lang.Throwable cause)
| Method Detail |
getCause
public java.lang.Throwable getCause()
- Local version of getCause() for JDK1.3 support
|
|||||||||
| Home >> All >> org >> apache >> jorphan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC