umontreal.iro.lecuyer.randvar
Class UnuranException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
umontreal.iro.lecuyer.randvar.UnuranException
- All Implemented Interfaces:
- Serializable
public class UnuranException
- extends RuntimeException
This type of unchecked exception is thrown when an error occurs
inside the UNURAN package.
Usually, such an exception will come from the native side.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnuranException
public UnuranException()
- Constructs a new generic UNURAN exception.
UnuranException
public UnuranException(String message)
- Constructs a UNURAN exception with the error
message message
- Parameters:
message
- error message describing the problem that occurred
jHepWork 3.1 ©