ProteoWizard
Public Member Functions | Private Attributes
pwiz::proteome::ReaderFail Class Reference

#include <Reader.hpp>

Inherits std::runtime_error.

List of all members.

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 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

Definition at line 83 of file Reader.hpp.

{}

Member Function Documentation

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

Definition at line 82 of file Reader.hpp.

{return error_;}

Member Data Documentation

std::string pwiz::proteome::ReaderFail::error_
private

Definition at line 86 of file Reader.hpp.


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