Class GeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.cuioss.test.generator.internal.net.java.quickcheck.GeneratorException
-
- All Implemented Interfaces:
Serializable
public class GeneratorException extends RuntimeException
GeneratorException is thrown if the creation of a new instance failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratorException(String message, Generator<?> generator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Generator<?>getGenerator()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GeneratorException
public GeneratorException(String message, Generator<?> generator)
- Parameters:
message- error messagegenerator- offending generator
-
-
Method Detail
-
getGenerator
public Generator<?> getGenerator()
-
-