org.uncommons.maths.random
Class SeedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.uncommons.maths.random.SeedException
- All Implemented Interfaces:
- Serializable
public class SeedException
- extends Exception
Exception thrown by SeedGenerator
implementations when
they are unable to generate a new seed for an RNG.
- Author:
- Daniel Dyer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SeedException
public SeedException(String message)
- Parameters:
message
- Details of the problem.
SeedException
public SeedException(String message,
Throwable cause)
- Parameters:
message
- Details of the problem.cause
- The root cause of the problem.