Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Classes
exceptions.hpp File Reference
#include <string>
#include <exception>
#include "utils/utils.hpp"

Go to the source code of this file.

Classes

struct  except::info_not_up_to_date
 an exception for the case that a graph property is read that is not up to date More...
 
struct  except::invalid_assumption
 an exception for the case that some assumption that is made is not true More...
 
struct  except::invalid_options
 an exception for the case that the given program options are not valid More...
 
struct  except::read_error
 an exception for the case that a given file could not be read on a low level More...
 
struct  except::bad_syntax
 an exception for the case that a given file does not conform to expected syntax More...
 

Detailed Description

exceptions used in the program