Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <boost/format.hpp>
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | gamgee::FileOpenException |
Exception for the case where there is an error opening a file for reading/writing. More... | |
class | gamgee::IndexLoadException |
Exception for the case where an index file cannot be opened for a particular file (eg., bam/vcf/bcf) More... | |
class | gamgee::HeaderReadException |
Exception for the case where a file header could not be read. More... | |
class | gamgee::HeaderCompatibilityException |
Exception for the case where multiple headers are incompatible in some way. More... | |
class | gamgee::SingleInputException |
an exception class for the case where a single input is required, but more is provided More... | |
class | gamgee::HtslibException |
a catchall exception class for htslib errors More... | |
class | gamgee::ChromosomeNotFoundException |
an exception class for the case where a chromosome is not found in the reference More... | |
class | gamgee::ChromosomeSizeException |
an exception class for the case where a chromosome is not found in the reference More... | |
Namespaces | |
gamgee | |