Package com.github.kilianB.pcg
Class IncompatibleGeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.github.kilianB.pcg.IncompatibleGeneratorException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleGeneratorException extends java.lang.IllegalArgumentExceptionException thrown when random number generators interact with each other but are not in the correct state to be compared.- Author:
- Kilian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleGeneratorException(java.lang.String message)
-