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

#include <index_registry.hpp>

Inheritance diagram for vg::InsufficientInputException:

Public Member Functions

 InsufficientInputException ()=delete
 
 InsufficientInputException (const string &target, const IndexRegistry &registry)
 
const char * what () const throw ()
 

Private Attributes

string target
 
vector< string > inputs
 

Detailed Description

Exception that is thrown to indicate the input data is insufficient to create some index(es)

Constructor & Destructor Documentation

◆ InsufficientInputException() [1/2]

vg::InsufficientInputException::InsufficientInputException ( )
delete

◆ InsufficientInputException() [2/2]

vg::InsufficientInputException::InsufficientInputException ( const string &  target,
const IndexRegistry registry 
)

Member Function Documentation

◆ what()

const char * vg::InsufficientInputException::what ( ) const
throw (
)

Member Data Documentation

◆ inputs

vector<string> vg::InsufficientInputException::inputs
private

◆ target

string vg::InsufficientInputException::target
private

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