ATLAS Offline Software
Loading...
Searching...
No Matches
CoraCoolException Class Reference

#include <CoraCoolException.h>

Inheritance diagram for CoraCoolException:
Collaboration diagram for CoraCoolException:

Public Member Functions

 CoraCoolException (const std::string &message, const std::string &domain)
virtual ~CoraCoolException () throw ()

Detailed Description

Definition at line 13 of file CoraCoolException.h.

Constructor & Destructor Documentation

◆ CoraCoolException()

CoraCoolException::CoraCoolException ( const std::string & message,
const std::string & domain )
inline

Definition at line 15 of file CoraCoolException.h.

15 :
16 cool::Exception(message,domain) {};

◆ ~CoraCoolException()

virtual CoraCoolException::~CoraCoolException ( )
throw ( )
inlinevirtual

Definition at line 18 of file CoraCoolException.h.

18{};

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