![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Manager of behavior of exceptions. More...
#include <Exception.hpp>
Inherits noncopyable.
Public Member Functions | |
| ExceptionManager () | |
| Constructor. More... | |
Static Public Member Functions | |
| static ExceptionManager & | instance () |
| Gets the instance of the manager. More... | |
Public Attributes | |
| bool | ExceptionOutputs |
| if exception contructor should output More... | |
| bool | ExceptionDumps |
| if exception contructor should dump backtrace More... | |
| bool | ExceptionAborts |
| if exception contructor should abort execution immedietly More... | |
Manager of behavior of exceptions.
Definition at line 22 of file Exception.hpp.
| ExceptionManager | ( | ) |
Constructor.
Definition at line 24 of file Exception.cpp.
|
static |
Gets the instance of the manager.
Definition at line 34 of file Exception.cpp.
| bool ExceptionAborts |
if exception contructor should abort execution immedietly
Definition at line 36 of file Exception.hpp.
| bool ExceptionDumps |
if exception contructor should dump backtrace
Definition at line 34 of file Exception.hpp.
| bool ExceptionOutputs |
if exception contructor should output
Definition at line 32 of file Exception.hpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |