CMS 3D CMS Logo

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)
 
 ~GeometryError () override throw ()
 
- Public Member Functions inherited from BaseGeomException
 BaseGeomException () throw ()
 
 BaseGeomException (const std::string &message)
 
const char * what () const override throw ()
 
 ~BaseGeomException () override throw ()
 

Detailed Description

Definition at line 18 of file GeomExceptions.h.

Constructor & Destructor Documentation

◆ GeometryError() [1/2]

GeometryError::GeometryError ( )
throw (
)
inline

Definition at line 20 of file GeomExceptions.h.

20 {}

◆ GeometryError() [2/2]

GeometryError::GeometryError ( const std::string &  message)
inline

Definition at line 21 of file GeomExceptions.h.

21 : BaseGeomException(message) {}

◆ ~GeometryError()

GeometryError::~GeometryError ( )
throw (
)
inlineoverride

Definition at line 22 of file GeomExceptions.h.

22 {}