Class SigTestEE.Fault

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

public static class SigTestEE.Fault extends Exception
See Also:
  • Constructor Details

    • Fault

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

      public Fault(String msg, Throwable t)
      creates a Fault with a message.
      Parameters:
      msg - the message
      t - prints this exception's stacktrace
    • Fault

      public Fault(Throwable t)
      creates a Fault with a Throwable.
      Parameters:
      t - the Throwable
  • 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