Class SeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.pr0methean.betterrandom.seed.SeedException
-
- All Implemented Interfaces:
Serializable
public class SeedException extends RuntimeException
Exception thrown bySeedGenerator
implementations when they are unable to generate a new seed for an RNG.- Author:
- Daniel Dyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeedException(String message)
Constructor for SeedException.SeedException(String message, Throwable cause)
Constructor for SeedException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SeedException
public SeedException(String message)
Constructor for SeedException.
- Parameters:
message
- Details of the problem.
-
-