
public class RngException extends RuntimeException
| Constructor and Description |
|---|
RngException()
Constructs a new RNG exception with null as its detail message.
|
RngException(String msg)
Constructs a new RNG exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RngException()
public RngException(String msg)
msg - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2015 University of Glasgow. All rights reserved.