org.eigenbase.test.concurrent
Class ConcurrentTestCommand.ShouldHaveFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eigenbase.test.concurrent.ConcurrentTestCommand.ShouldHaveFailedException
All Implemented Interfaces:
Serializable
Enclosing interface:
ConcurrentTestCommand

public static class ConcurrentTestCommand.ShouldHaveFailedException
extends RuntimeException

Indicates that a command should have failed, but instead succeeded, which is a test error

See Also:
Serialized Form

Field Summary
private  String description
           
 
Constructor Summary
ConcurrentTestCommand.ShouldHaveFailedException(String description)
           
 
Method Summary
 String getDescription()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

private final String description
Constructor Detail

ConcurrentTestCommand.ShouldHaveFailedException

public ConcurrentTestCommand.ShouldHaveFailedException(String description)
Method Detail

getDescription

public String getDescription()