Class SeedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.uncommons.maths.random.SeedException
- All Implemented Interfaces:
Serializable
Exception thrown by
SeedGenerator implementations when
they are unable to generate a new seed for an RNG.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeedException(String message) SeedException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SeedException
- Parameters:
message- Details of the problem.
-
SeedException
-