Class TestException

All Implemented Interfaces:
Serializable

public class TestException extends RuntimeException
Exception thrown by a failed test.
Since:
18 Jul 2008
Author:
Mark Taylor
See Also:
  • Constructor Details

    • TestException

      public TestException()
    • TestException

      public TestException(String msg)
    • TestException

      public TestException(String msg, Throwable cause)
    • TestException

      public TestException(Throwable cause)