oomph::OomphLibQuietException Class Reference

#include <oomph_definitions.h>

+ Inheritance diagram for oomph::OomphLibQuietException:

Public Member Functions

 OomphLibQuietException ()
 Constructor. More...
 
 ~OomphLibQuietException () throw ()
 The destructor cannot throw an exception (C++ STL standard) More...
 

Detailed Description

//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ===================================================================== A class for handling oomph-lib run-time exceptions quietly.

Constructor & Destructor Documentation

◆ OomphLibQuietException()

oomph::OomphLibQuietException::OomphLibQuietException ( )

Constructor.

//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ===================================================================== A class for handling oomph-lib run-time exceptions quietly.

114 : std::runtime_error("") {}

◆ ~OomphLibQuietException()

oomph::OomphLibQuietException::~OomphLibQuietException ( )
throw (
)
inline

The destructor cannot throw an exception (C++ STL standard)

155 {}

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