Package org.testng
Class TestNGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.testng.TestNGException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DataProviderInvocationException
,MethodMatcherException
,TestException
public class TestNGException extends java.lang.RuntimeException
The base class for all exceptions thrown by TestNG.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TestNGException(java.lang.String string)
TestNGException(java.lang.String string, java.lang.Throwable t)
TestNGException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-