SSJ
V. 2.6.

umontreal.iro.lecuyer.randvar
Class UnuranException

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

Constructor Summary
UnuranException()
          Constructs a new generic UNURAN exception.
UnuranException(String message)
          Constructs a UNURAN exception with the error message message
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

SSJ
V. 2.6.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.