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:
- java.io.Serializable
public class UnuranException extends java.lang.RuntimeExceptionThis 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
-
-
Constructor Summary
Constructors Constructor and Description UnuranException()Constructs a new generic UNURAN exception.UnuranException(java.lang.String message)Constructs a UNURAN exception with the error message message
-
-
-
Constructor Detail
-
UnuranException
public UnuranException()
Constructs a new generic UNURAN exception.
-
UnuranException
public UnuranException(java.lang.String message)
Constructs a UNURAN exception with the error message message- Parameters:
message- error message describing the problem that occurred
-
-
DMelt 3.0 © DataMelt by jWork.ORG