SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
UnuranException Class Reference

This type of unchecked exception is thrown when an error occurs inside the UNURAN package. More...

Inheritance diagram for UnuranException:
[legend]
Collaboration diagram for UnuranException:
[legend]

Public Member Functions

 UnuranException ()
 Constructs a new generic UNURAN exception.
 
 UnuranException (String message)
 Constructs a UNURAN exception with the error message message More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnuranException()

UnuranException ( String  message)

Constructs a UNURAN exception with the error message message

Parameters
messageerror message describing the problem that occurred

The documentation for this class was generated from the following file: