BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
exception.hpp File Reference

Exceptions thrown by entities in the alphabet module. More...

#include <concepts>
#include <stdexcept>
#include <string>
#include <bio/core.hpp>
+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bio::alphabet::invalid_char_assignment
 An exception typically thrown by bio::alphabet::assign_char_strict. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Exceptions thrown by entities in the alphabet module.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>