ProteoWizard
Public Member Functions | Private Attributes | List of all members
pwiz::identdata::ReaderFail Class Reference

#include <Reader.hpp>

Inheritance diagram for pwiz::identdata::ReaderFail:

Public Member Functions

 ReaderFail (const std::string &error)
 
virtual const std::string & error () const
 
virtual ~ReaderFail () throw ()
 

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.

115  : std::runtime_error(("[ReaderFail] " + error).c_str()),
116  error_(error)
117  {}
virtual pwiz::identdata::ReaderFail::~ReaderFail ( )
throw (
)
inlinevirtual

Definition at line 120 of file Reader.hpp.

120 {}

Member Function Documentation

virtual const std::string& pwiz::identdata::ReaderFail::error ( ) const
inlinevirtual

Definition at line 119 of file Reader.hpp.

119 {return error_;}

Member Data Documentation

std::string pwiz::identdata::ReaderFail::error_
private

Definition at line 123 of file Reader.hpp.


The documentation for this class was generated from the following file: