CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
MagLogicError Class Reference

#include <MagExceptions.h>

Inheritance diagram for MagLogicError:
MagException

Public Member Functions

 MagLogicError () throw ()
 
 MagLogicError (const char *message)
 
 ~MagLogicError () override throw ()
 
- Public Member Functions inherited from MagException
 MagException () throw ()
 
 MagException (const char *message)
 
const char * what () const override throw ()
 
 ~MagException () override throw ()
 

Detailed Description

Definition at line 25 of file MagExceptions.h.

Constructor & Destructor Documentation

MagLogicError::MagLogicError ( )
throw (
)
inline

Definition at line 27 of file MagExceptions.h.

27 {}
MagLogicError::MagLogicError ( const char *  message)
inline

Definition at line 28 of file MagExceptions.h.

28 : MagException(message) {}
MagLogicError::~MagLogicError ( )
throw (
)
inlineoverride

Definition at line 29 of file MagExceptions.h.

29 {}