| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException fit.exception.FitFailureException
All known Subclasses: fit.exception.VoidMethodFitFailureException, fit.exception.NoSuchFieldFitFailureException, fit.exception.MissingCellsFailureException, fit.exception.CouldNotParseFitFailureException, fit.exception.FixtureException, fit.exception.CouldNotLoadComponentFitFailureException, fit.exception.NoSuchMethodFitFailureException, fit.exception.AmbiguousNameFailureException, fit.exception.ExtraCellsFailureException, fit.exception.MissingRowFailureException, fit.exception.BooleanMethodFitFailureException,
FitFailureException | public class FitFailureException extends RuntimeException (Code) | | Provides an exception's way out when things go wrong. But it's trapped by
Fixture.exception print the contained message instead of a stackdump of the
exception.
|
FitFailureException | public FitFailureException(String s)(Code) | | |
|
|