Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
GeometrySurface
interface
GeomExceptions.h
Go to the documentation of this file.
1
#ifndef Geom_GeomExceptions_H
2
#define Geom_GeomExceptions_H
3
4
#include <exception>
5
#include <string>
6
7
class
BaseGeomException
:
public
std::exception
{
8
public
:
9
BaseGeomException
()
throw
() {}
10
BaseGeomException
(
const
std::string
&
message
) :
theMessage
(message) {}
11
virtual
~BaseGeomException
()
throw
() {}
12
virtual
const
char
*
what
()
const
throw
() {
return
theMessage
.c_str();}
13
private
:
14
std::string
theMessage
;
15
};
16
17
class
GeometryError
:
public
BaseGeomException
{
18
public
:
19
GeometryError
()
throw
() {}
20
GeometryError
(
const
std::string
&
message
) :
BaseGeomException
(message) {}
21
virtual
~GeometryError
()
throw
() {}
22
};
23
24
#endif
GeometryError::GeometryError
GeometryError()
Definition:
GeomExceptions.h:19
BaseGeomException::BaseGeomException
BaseGeomException(const std::string &message)
Definition:
GeomExceptions.h:10
GeometryError::~GeometryError
virtual ~GeometryError()
Definition:
GeomExceptions.h:21
BaseGeomException::theMessage
std::string theMessage
Definition:
GeomExceptions.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
cppFunctionSkipper.exception
string exception
Definition:
cppFunctionSkipper.py:8
BaseGeomException::BaseGeomException
BaseGeomException()
Definition:
GeomExceptions.h:9
GeometryError
Definition:
GeomExceptions.h:17
BaseGeomException::what
virtual const char * what() const
Definition:
GeomExceptions.h:12
GeometryError::GeometryError
GeometryError(const std::string &message)
Definition:
GeomExceptions.h:20
BaseGeomException::~BaseGeomException
virtual ~BaseGeomException()
Definition:
GeomExceptions.h:11
python.rootplot.argparse.message
string message
Definition:
argparse.py:130
BaseGeomException
Definition:
GeomExceptions.h:7
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5