CMS 3D CMS Logo

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

#include <CMSexception.h>

Public Member Functions

 Success ()
 
 ~Success ()
 

Private Attributes

std::string message
 

Detailed Description

not a real exception...

Definition at line 120 of file CMSexception.h.

Constructor & Destructor Documentation

Success::Success ( )

Definition at line 113 of file CMSexception.cc.

113 {}
Success::~Success ( )

Definition at line 114 of file CMSexception.cc.

114 {}

Member Data Documentation

std::string Success::message
private

Definition at line 126 of file CMSexception.h.