Package org.testng
Class TestNGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.testng.TestNGException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MethodMatcherException
,TestException
public class TestNGException extends RuntimeException
The base class for all exceptions thrown by TestNG.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestNGException(String string)
TestNGException(String string, Throwable t)
TestNGException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-