CMS 3D CMS Logo

List of all members | Public Member Functions
MagGeometryError Class Reference

#include <MagExceptions.h>

Inheritance diagram for MagGeometryError:
MagException

Public Member Functions

 MagGeometryError () throw ()
 
 MagGeometryError (const char *message)
 
 ~MagGeometryError () 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 17 of file MagExceptions.h.

Constructor & Destructor Documentation

MagGeometryError::MagGeometryError ( )
throw (
)
inline

Definition at line 19 of file MagExceptions.h.

19 {}
MagGeometryError::MagGeometryError ( const char *  message)
inline

Definition at line 20 of file MagExceptions.h.

20 : MagException(message) {}
MagGeometryError::~MagGeometryError ( )
throw (
)
inlineoverride

Definition at line 21 of file MagExceptions.h.

21 {}