CMS 3D CMS Logo

Public Member Functions

ora::Exception Class Reference

Base exception class for the object to relational access. More...

#include <Exception.h>

Inheritance diagram for ora::Exception:
cms::Exception

List of all members.

Public Member Functions

 Exception (const std::string &message, const std::string &methodName)
 Constructor.
virtual ~Exception () throw ()
 Destructor.

Detailed Description

Base exception class for the object to relational access.

Definition at line 10 of file Exception.h.


Constructor & Destructor Documentation

Exception::Exception ( const std::string &  message,
const std::string &  methodName 
)

Constructor.

Reimplemented from cms::Exception.

Definition at line 4 of file Exception.cc.

                                                        :
  cms::Exception( "Condition_ORA", message+" from "+methodName )
{}
virtual ora::Exception::~Exception ( ) throw () [inline, virtual]

Destructor.

Reimplemented from cms::Exception.

Definition at line 15 of file Exception.h.

{}