MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::ErrorException Class Reference

Exception class thrown when MFEM encounters an error and the current ErrorAction is set to MFEM_ERROR_THROW. More...

#include <error.hpp>

Inheritance diagram for mfem::ErrorException:
[legend]
Collaboration diagram for mfem::ErrorException:
[legend]

Public Member Functions

 ErrorException (const std::string &in_msg)
 
virtual ~ErrorException () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Exception class thrown when MFEM encounters an error and the current ErrorAction is set to MFEM_ERROR_THROW.

Definition at line 44 of file error.hpp.

Constructor & Destructor Documentation

mfem::ErrorException::ErrorException ( const std::string &  in_msg)
inlineexplicit

Definition at line 49 of file error.hpp.

virtual mfem::ErrorException::~ErrorException ( )
throw (
)
inlinevirtual

Definition at line 50 of file error.hpp.

Member Function Documentation

const char * mfem::ErrorException::what ( ) const
throw (
)
virtual

Definition at line 39 of file error.cpp.


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