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