edu.rice.cs.cunit.concJUnit
Class MultithreadedTestError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
MultithreadedTestError(String message)
          Constructs a new multithreaded test error with the specified detail message.
MultithreadedTestError(String message, Throwable cause)
          Constructs a new multithreaded test error with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - exception that caused this exception