#include <ECALUnpackerException.h>
Public Member Functions | |
ECALUnpackerException (std::ostringstream a) | |
ECALUnpackerException (std::string a) | |
std::string | what () const throw () |
Protected Attributes | |
std::string | info_ |
Definition at line 12 of file ECALUnpackerException.h.
ECALUnpackerException::ECALUnpackerException | ( | std::ostringstream | a | ) | [inline] |
ECALUnpackerException::ECALUnpackerException | ( | std::string | a | ) | [inline] |
std::string ECALUnpackerException::what | ( | ) | const throw () [inline] |
Exception's discription
Definition at line 24 of file ECALUnpackerException.h.
References info_.
{ return info_;}
std::string ECALUnpackerException::info_ [protected] |
Definition at line 28 of file ECALUnpackerException.h.
Referenced by ECALUnpackerException(), and what().