Package generic.test

Class TestReportingException

All Implemented Interfaces:
Serializable

public class TestReportingException extends RuntimeException
A RuntimeException that will print a custom stack trace.

This class will print not only the trace info for the exception passed at construction time, but will also print a trace for the test thread at the time of the exception. Also, the trace information printed will be filtered of entries that are not useful for debugging, like Java class entries.

See Also: