CMS 3D CMS Logo

DDException Class Reference

An exception for DDD errors. More...

#include <DetectorDescription/Base/interface/DDException.h>

Inheritance diagram for DDException:

cms::Exception

List of all members.

Public Member Functions

 DDException (const DDException &dde)
 DDException ()
 DDException (const std::string &s)
 constructor takes simply an error message via a std::string
std::string message () const
 other methods just for this to work with DDException legacy...
 ~DDException () throw ()


Detailed Description

An exception for DDD errors.

Author:
: Martin Liendl Initial Version
Version:
: 0.0
Date:
:
Description:

Provides an exception for DDD errors.

Modifications: MEC: 8 June 2005 Michael Case: changed to inherit from seal::Error MEC: 25 April 2007 Michael Case: changed to inherit from cms:Exception

Definition at line 23 of file DDException.h.


Constructor & Destructor Documentation

DDException::DDException ( const std::string &  s  )  [explicit]

constructor takes simply an error message via a std::string

Definition at line 4 of file DDException.cc.

00004 : cms::Exception("DetectorDescriptionFault", s) { }

DDException::DDException (  ) 

Definition at line 7 of file DDException.cc.

00007 : cms::Exception("DetectorDescriptionFault") { }

DDException::DDException ( const DDException dde  ) 

Definition at line 10 of file DDException.cc.

00010 : cms::Exception(e) { }

DDException::~DDException (  )  throw ()

Definition at line 12 of file DDException.cc.

00012 { }


Member Function Documentation

std::string DDException::message (  )  const

other methods just for this to work with DDException legacy...


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:17:55 2009 for CMSSW by  doxygen 1.5.4