com.google.gwt.junit
Class JUnitFatalLaunchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gwt.junit.JUnitFatalLaunchException
All Implemented Interfaces:
java.io.Serializable

public class JUnitFatalLaunchException
extends java.lang.RuntimeException

When thrown, no test in the current module can possibly succeed.

See Also:
Serialized Form

Constructor Summary
JUnitFatalLaunchException()
           
JUnitFatalLaunchException(java.lang.String message)
           
JUnitFatalLaunchException(java.lang.String message, java.lang.Throwable cause)
           
JUnitFatalLaunchException(java.lang.Throwable 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

JUnitFatalLaunchException

public JUnitFatalLaunchException()

JUnitFatalLaunchException

public JUnitFatalLaunchException(java.lang.String message)

JUnitFatalLaunchException

public JUnitFatalLaunchException(java.lang.String message,
                                 java.lang.Throwable cause)

JUnitFatalLaunchException

public JUnitFatalLaunchException(java.lang.Throwable cause)