CMS 3D CMS Logo

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

#include <GeomExceptions.h>

Inheritance diagram for GeometryError:
BaseGeomException

Public Member Functions

 GeometryError () throw ()
 
 GeometryError (const std::string &message)
 
virtual ~GeometryError () throw ()
 
- Public Member Functions inherited from BaseGeomException
 BaseGeomException () throw ()
 
 BaseGeomException (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual ~BaseGeomException () throw ()
 

Detailed Description

Definition at line 17 of file GeomExceptions.h.

Constructor & Destructor Documentation

GeometryError::GeometryError ( )
throw (
)
inline

Definition at line 19 of file GeomExceptions.h.

19 {}
GeometryError::GeometryError ( const std::string &  message)
inline

Definition at line 20 of file GeomExceptions.h.

virtual GeometryError::~GeometryError ( )
throw (
)
inlinevirtual

Definition at line 21 of file GeomExceptions.h.

21 {}