CutModelException Class Reference

#include <CutModelException.h>

List of all members.

Public Member Functions

 CutModelException (std::string cause)
 ~CutModelException () throw ()
std::string getCause ()

Private Attributes

std::string _cause

Detailed Description

Definition at line 28 of file CutModelException.h.


Constructor & Destructor Documentation

CutModelException::CutModelException ( std::string  cause  ) 

Start of the manager class

Definition at line 22 of file CutModelException.cxx.

References _cause.

00023 :std::exception(){
00024     _cause = cause;     
00025 }

CutModelException::~CutModelException (  )  throw ()

Definition at line 26 of file CutModelException.cxx.

00026                                             {
00027 }


Member Function Documentation

std::string CutModelException::getCause (  )  [inline]

Member Data Documentation

std::string CutModelException::_cause [private]

Definition at line 40 of file CutModelException.h.

Referenced by CutModelException(), and getCause().


The documentation for this class was generated from the following files:

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1