ProteoWizard
Public Member Functions | List of all members
pwiz::msdata::SpectrumList_mzXML::index_not_found Struct Reference

exception thrown if create(*,*,true) is called and the mzXML index cannot be found More...

#include <SpectrumList_mzXML.hpp>

Inheritance diagram for pwiz::msdata::SpectrumList_mzXML::index_not_found:

Public Member Functions

 index_not_found (const std::string &what)
 

Detailed Description

exception thrown if create(*,*,true) is called and the mzXML index cannot be found

Definition at line 49 of file SpectrumList_mzXML.hpp.

Constructor & Destructor Documentation

§ index_not_found()

pwiz::msdata::SpectrumList_mzXML::index_not_found::index_not_found ( const std::string &  what)
inline

Definition at line 51 of file SpectrumList_mzXML.hpp.

51 : std::runtime_error(what.c_str()) {}

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