public class

JUnitFatalLaunchException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.junit.JUnitFatalLaunchException

Class Overview

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

Summary

Public Constructors
JUnitFatalLaunchException()
JUnitFatalLaunchException(String message)
JUnitFatalLaunchException(String message, Throwable cause)
JUnitFatalLaunchException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JUnitFatalLaunchException ()

public JUnitFatalLaunchException (String message)

public JUnitFatalLaunchException (String message, Throwable cause)

public JUnitFatalLaunchException (Throwable cause)