Package org.testng

Class TestException

All Implemented Interfaces:
Serializable

public class TestException extends TestNGException
Exception thrown when an exception happens while running a test method.
See Also:
  • Field Details

  • Constructor Details

    • TestException

      public TestException(String s)
    • TestException

      public TestException(Throwable t)
    • TestException

      public TestException(String message, Throwable t)