ppALIGN API documentation

Align::GapsAlignedError Class Reference

#include <align.hpp>

Inheritance diagram for Align::GapsAlignedError:
ExceptionBase

List of all members.

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

pos position in the sequence where the error occurs.

Definition at line 212 of file align.hpp.


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