vg
tools for working with variation graphs
Private Member Functions | Static Private Attributes | List of all members
vg::NoAlignmentInBandException Class Reference

#include <banded_global_aligner.hpp>

Inheritance diagram for vg::NoAlignmentInBandException:

Private Member Functions

virtual const char * what () const noexcept
 
int get_count ()
 

Static Private Attributes

static const string message = "error:[BandedGlobalAligner] cannot align to graph within band, consider permissive banding"
 

Detailed Description

This gets thrown when the aligner can't find any valid alignment in the band that was requested.

Member Function Documentation

◆ get_count()

int vg::NoAlignmentInBandException::get_count ( )
private

◆ what()

const char * vg::NoAlignmentInBandException::what ( ) const
privatevirtualnoexcept

Member Data Documentation

◆ message

const string vg::NoAlignmentInBandException::message = "error:[BandedGlobalAligner] cannot align to graph within band, consider permissive banding"
staticprivate

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