ppALIGN API documentation
Align::GapsAlignedError Class Reference
#include <align.hpp>
Inheritance diagram for Align::GapsAlignedError:
Public Member Functions | |
| GapsAlignedError (size_t _pos) | |
Public Attributes | |
| const size_t | pos |
Detailed Description
Gaps aligned to each other. This exception is thrown when a gap is aligned to a gap.
Definition at line 202 of file align.hpp.
Constructor & Destructor Documentation
| Align::GapsAlignedError::GapsAlignedError | ( | size_t | _pos | ) |
Constructor.
- Parameters:
-
_pos position in the sequence where the error occurs
Member Data Documentation
| const size_t Align::GapsAlignedError::pos |
The documentation for this class was generated from the following file:
- src/align.hpp