edu.rice.cs.cunit.concJUnit
Class MultithreadedTestError
java.lang.Object
java.lang.Throwable
java.lang.Error
edu.rice.cs.cunit.concJUnit.MultithreadedTestError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CreationContextError
public class MultithreadedTestError
- extends Error
Class representing a conceptual error of a multithreaded test.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultithreadedTestError
public MultithreadedTestError(String message)
- Constructs a new multithreaded test error with the specified detail message.
- Parameters:
message
- the detail message
MultithreadedTestError
public MultithreadedTestError(String message,
Throwable cause)
- Constructs a new multithreaded test error with the specified detail message and cause.
- Parameters:
message
- the detail messagecause
- exception that caused this exception