Package org.testng.internal
Class InvokeMethodRunnable.TestNGRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.testng.internal.InvokeMethodRunnable.TestNGRuntimeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InvokeMethodRunnable
public static class InvokeMethodRunnable.TestNGRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestNGRuntimeException(Throwable rootCause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TestNGRuntimeException
public TestNGRuntimeException(Throwable rootCause)
-
-