edu.rice.cs.cunit.concJUnit
Class TestThreadGroup.LuckyWarningsDisabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.cunit.concJUnit.TestThreadGroup.LuckyWarningsDisabledException
All Implemented Interfaces:
Serializable
Enclosing class:
TestThreadGroup

public static class TestThreadGroup.LuckyWarningsDisabledException
extends Exception

Exception indicating that "lucky" warnings can't be used.

See Also:
Serialized Form

Constructor Summary
TestThreadGroup.LuckyWarningsDisabledException(String message, Throwable cause)
          Constructor for a new exception.
 
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

TestThreadGroup.LuckyWarningsDisabledException

public TestThreadGroup.LuckyWarningsDisabledException(String message,
                                                      Throwable cause)
Constructor for a new exception.

Parameters:
message - description
cause - the exception that was thrown