CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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)
 
virtual ~MagLogicError () throw ()
 
- Public Member Functions inherited from MagException
 MagException () throw ()
 
 MagException (const char *message)
 
virtual const char * what () const throw ()
 
virtual ~MagException () throw ()
 

Detailed Description

Definition at line 24 of file MagExceptions.h.

Constructor & Destructor Documentation

MagLogicError::MagLogicError ( )
throw (
)
inline

Definition at line 26 of file MagExceptions.h.

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

Definition at line 27 of file MagExceptions.h.

virtual MagLogicError::~MagLogicError ( )
throw (
)
inlinevirtual

Definition at line 28 of file MagExceptions.h.

28 {}