Class FixtureCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.floydkretschmar.fixturize.exceptions.FixtureCreationException
All Implemented Interfaces:
Serializable

public class FixtureCreationException extends RuntimeException
Thrown to indicate that an error occurred when generating a fixtures for all annotated classes.
See Also:
  • Constructor Details

    • FixtureCreationException

      public FixtureCreationException(String message)
      Constructs a FixtureCreationException with the specified detail message.
      Parameters:
      message - - the detail message