Package fit.exception
Class FitFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fit.exception.FitFailureException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CouldNotLoadComponentFitFailureException
,CouldNotParseFitFailureException
,FixtureException
,NoSuchFieldFitFailureException
,NoSuchMethodFitFailureException
public class FitFailureException extends java.lang.RuntimeException
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FitFailureException(java.lang.String s)
-