Package org.uncommons.reportng
Class ReportNGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uncommons.reportng.ReportNGException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReportNGException extends java.lang.RuntimeExceptionUnchecked exception thrown when an unrecoverable error occurs during report generation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportNGException(java.lang.String string, java.lang.Throwable throwable)
-