Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COM_exception Struct Reference

Encapsulates the states of an exception. More...

#include <roccom_exception.h>

Collaboration diagram for COM_exception:

Public Member Functions

 msg (m)
 
 COM_exception (const COM_exception &e)
 Copy constructor. More...
 

Public Attributes

 __pad0__: ierr(i)
 Constructor from an error code and optionally an error message. More...
 
Error_code ierr
 Error code. More...
 
std::string msg
 Error message. More...
 

Detailed Description

Encapsulates the states of an exception.

Definition at line 61 of file roccom_exception.h.

Constructor & Destructor Documentation

COM_exception ( const COM_exception e)
inline

Copy constructor.

Definition at line 66 of file roccom_exception.h.

67  : ierr(e.ierr), msg(e.msg) {}
Error_code ierr
Error code.
std::string msg
Error message.

Member Function Documentation

Member Data Documentation

__pad0__

Constructor from an error code and optionally an error message.

Definition at line 64 of file roccom_exception.h.

Error_code ierr

Error code.

Definition at line 69 of file roccom_exception.h.

Referenced by Roccom_base::delete_window(), and operator<<().


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