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