CMS 3D CMS Logo

Public Member Functions

GenTerminate Class Reference

#include <CMSexception.h>

Inheritance diagram for GenTerminate:
Genexception BaseGenexception CMSexception cms::Exception

List of all members.

Public Member Functions

 GenTerminate () throw ()
 GenTerminate (const std::string &mess) throw ()
virtual ~GenTerminate () throw ()

Detailed Description

terminate processing

Definition at line 109 of file CMSexception.h.


Constructor & Destructor Documentation

GenTerminate::GenTerminate ( ) throw ()

Definition at line 108 of file CMSexception.cc.

{}
GenTerminate::GenTerminate ( const std::string &  mess) throw ()

Definition at line 109 of file CMSexception.cc.

: Genexception(mess) {}
GenTerminate::~GenTerminate ( ) throw () [virtual]

Definition at line 110 of file CMSexception.cc.

{}