#include <Reader.hpp>
Inherits std::runtime_error.
List of all members.
| 
Private Attributes | 
| std::string | error_ | 
Detailed Description
Definition at line 110 of file Reader.hpp.
 
Constructor & Destructor Documentation
  
  | 
        
          | pwiz::identdata::ReaderFail::ReaderFail | ( | const std::string & | error | ) |  |  | inline | 
 
Definition at line 114 of file Reader.hpp.
    :   std::runtime_error((
"[ReaderFail] " + 
error).c_str()),
    {}
 
 
  
  | 
        
          | virtual pwiz::identdata::ReaderFail::~ReaderFail | ( |  | ) | throw () |  | inlinevirtual | 
 
 
Member Function Documentation
  
  | 
        
          | virtual const std::string& pwiz::identdata::ReaderFail::error | ( |  | ) | const |  | inlinevirtual | 
 
 
Member Data Documentation
  
  | 
        
          | std::string pwiz::identdata::ReaderFail::error_ |  | private | 
 
 
The documentation for this class was generated from the following file:
- /Users/parag/_Research/pwiz/svn/trunk/pwiz/pwiz/data/identdata/Reader.hpp