#include <Exception.h>
Public Member Functions | |
DataAlreadyPresentException (const std::string &message) | |
virtual | ~DataAlreadyPresentException () throw () |
Definition at line 32 of file Exception.h.
l1t::DataAlreadyPresentException::DataAlreadyPresentException | ( | const std::string & | message | ) | [explicit] |
Definition at line 31 of file Exception.cc.
: cond::Exception( message ) { }
l1t::DataAlreadyPresentException::~DataAlreadyPresentException | ( | ) | throw () [virtual] |
Definition at line 42 of file Exception.cc.
{ }