org.jcoderz.commons
Class CommonsTestRunnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.commons.CommonsTestRunnerException
- All Implemented Interfaces:
- Serializable
public class CommonsTestRunnerException
- extends Exception
This exception is used to wrap a Throwable thrown by the ServerTest's
test method.
- Author:
- Michael Griffel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommonsTestRunnerException
public CommonsTestRunnerException(Throwable cause)
- Constructor.
- Parameters:
cause - the Throwable to wrap.
Copyright 2007 The jCoderZ Project.