CMS 3D CMS Logo

Public Member Functions | Protected Attributes

ECALUnpackerException Class Reference

#include <ECALUnpackerException.h>

List of all members.

Public Member Functions

 ECALUnpackerException (std::ostringstream a)
 ECALUnpackerException (std::string a)
std::string what () const throw ()

Protected Attributes

std::string info_

Detailed Description

Definition at line 12 of file ECALUnpackerException.h.


Constructor & Destructor Documentation

ECALUnpackerException::ECALUnpackerException ( std::ostringstream  a) [inline]

Constructor

Definition at line 18 of file ECALUnpackerException.h.

References info_.

{ info_=a.str(); }
ECALUnpackerException::ECALUnpackerException ( std::string  a) [inline]

Definition at line 20 of file ECALUnpackerException.h.

References a, and info_.

{info_=a;}              

Member Function Documentation

std::string ECALUnpackerException::what ( ) const throw () [inline]

Exception's discription

Definition at line 24 of file ECALUnpackerException.h.

References info_.

{ return info_;}

Member Data Documentation

std::string ECALUnpackerException::info_ [protected]

Definition at line 28 of file ECALUnpackerException.h.

Referenced by ECALUnpackerException(), and what().