Package com.sun.ts.lib.harness
Class EETest.SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ts.lib.harness.EETest.SetupException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EETest
This exception is used only by EETest. Overrides 3 printStackTrace methods to preserver the original stack trace.
 Using setStackTraceElement() would be more elegant but it is not available prior to j2se 1.4.
- Author:
- Kyle Grucci
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSetupException(String msg) creates a Fault with a messageSetupException(String msg, Exception e) creates a SetupException with a message
- 
Method SummaryModifier and TypeMethodDescriptiongetCause()voidPrints this Throwable and its backtrace to the standard error stream.voidPrints this throwable and its backtrace to the specified print stream.voidPrints this throwable and its backtrace to the specified print writer.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
- 
Field Details- 
e
 
- 
- 
Constructor Details- 
SetupExceptioncreates a Fault with a message
- 
SetupExceptioncreates a SetupException with a message- Parameters:
- msg- the message
- e- prints this exception's stacktrace
 
 
- 
- 
Method Details- 
printStackTracepublic void printStackTrace()Prints this Throwable and its backtrace to the standard error stream.- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTracePrints this throwable and its backtrace to the specified print stream.- Overrides:
- printStackTracein class- Throwable
- Parameters:
- s-- PrintStreamto use for output
 
- 
printStackTracePrints this throwable and its backtrace to the specified print writer.- Overrides:
- printStackTracein class- Throwable
- Parameters:
- s-- PrintWriterto use for output
 
- 
getCause
- 
initCause
 
-