Package fit.exception
Class NoDefaultConstructorFixtureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fit.exception.FitFailureException
-
- fit.exception.FixtureException
-
- fit.exception.NoDefaultConstructorFixtureException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoDefaultConstructorFixtureException extends FixtureException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class fit.exception.FixtureException
fixtureName
-
-
Constructor Summary
Constructors Constructor Description NoDefaultConstructorFixtureException(java.lang.String fixtureName)
-