de.smartics.testdoc.report.junit
Class TestCaseReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.smartics.testdoc.report.junit.TestCaseReportException
-
All Implemented Interfaces:
-
Serializable
-
public class TestCaseReportException
-
extends
Exception
Signals that a requested test case cannot be read.
-
Author:
-
Robert Reiner
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TestCaseReportException
public TestCaseReportException(String message,
Throwable cause)
-
Constructor.
-
Parameters:
-
message
- the detail message (which is saved for later retrieval by the
Throwable.getMessage()
method).
-
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
-
See Also:
-
RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable)
Copyright © 2010-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.