Uncommons Maths API
(Version 1.2.3)

org.uncommons.maths.random
Class SeedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SeedException(String message)
           
SeedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Uncommons Maths API
(Version 1.2.3)