Class SigTest.SetupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ee.jakarta.tck.concurrent.common.signature.SigTest.SetupException
All Implemented Interfaces:
Serializable
Enclosing class:
SigTest

public static class SigTest.SetupException extends Exception
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:
  • Constructor Details

    • SetupException

      public SetupException(String msg)
      creates a Fault with a message
    • SetupException

      public SetupException(String msg, Exception e)
      creates a SetupException with a message
      Parameters:
      msg - the message
      e - prints this exception's stacktrace
  • Method Details

    • printStackTrace

      public void printStackTrace()
      Prints this Throwable and its backtrace to the standard error stream.
      Overrides:
      printStackTrace in class Throwable
    • printStackTrace

      public void printStackTrace(PrintStream s)
      Prints this throwable and its backtrace to the specified print stream.
      Overrides:
      printStackTrace in class Throwable
      Parameters:
      s - PrintStream to use for output
    • printStackTrace

      public void printStackTrace(PrintWriter s)
      Prints this throwable and its backtrace to the specified print writer.
      Overrides:
      printStackTrace in class Throwable
      Parameters:
      s - PrintWriter to use for output
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class Throwable
    • initCause

      public Throwable initCause(Throwable cause)
      Overrides:
      initCause in class Throwable