Version 1.2 (June 2013)
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
exceptions.ModelRuntimeException Class Reference

Creates the runtime exceptions that are generated by iDynoMiCS when an error is encountered. More...

Inheritance diagram for exceptions.ModelRuntimeException:

Public Member Functions

 ModelRuntimeException ()
 Creates a generic runtime exception when an error is encountered. More...
 
 ModelRuntimeException (String message)
 Creates a runtime exception when an error is encountered, but with a specific error message. More...
 
 ModelRuntimeException (double f)
 Creates an exception to be thrown when a given number is not valid in runtime. More...
 

Detailed Description

Creates the runtime exceptions that are generated by iDynoMiCS when an error is encountered.

Creates the runtime exceptions that are generated by iDynoMiCS when an error is encountered

Author
Joao Xavier (xavie.nosp@m.rj@m.nosp@m.skcc..nosp@m.org), Memorial Sloan-Kettering Cancer Center (NY, USA)

Constructor & Destructor Documentation

exceptions.ModelRuntimeException.ModelRuntimeException ( )

Creates a generic runtime exception when an error is encountered.

Creates a generic runtime exception when an error is encountered

exceptions.ModelRuntimeException.ModelRuntimeException ( String  message)

Creates a runtime exception when an error is encountered, but with a specific error message.

Creates a runtime exception when an error is encountered, but with a specific error message

exceptions.ModelRuntimeException.ModelRuntimeException ( double  f)

Creates an exception to be thrown when a given number is not valid in runtime.

Creates an exception to be thrown when a given number is not valid in runtime

Parameters
f

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