Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | Public Attributes | List of all members
except::read_error Struct Reference

an exception for the case that a given file could not be read on a low level More...

#include <exceptions.hpp>

Inheritance diagram for except::read_error:
except::bad_syntax

Public Member Functions

 read_error (const unsigned _line_no, const std::string &_errmsg)
 
const char * what () const noexcept
 

Public Attributes

const unsigned line_no
 store the line number on which the exception ocurred
 
const std::string errmsg
 store the error string
 

Detailed Description

an exception for the case that a given file could not be read on a low level


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