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

#include <kmer.hpp>

Inheritance diagram for vg::SizeLimitExceededException:

Public Member Functions

 SizeLimitExceededException () noexcept=default
 
 ~SizeLimitExceededException () noexcept=default
 
const char * what () const noexcept
 

Static Private Attributes

static const string msg = "error: exceeded limit of size on disk"
 

Detailed Description

Exception that indicates that a limit on disk size has been exceeded

Constructor & Destructor Documentation

◆ SizeLimitExceededException()

vg::SizeLimitExceededException::SizeLimitExceededException ( )
defaultnoexcept

◆ ~SizeLimitExceededException()

vg::SizeLimitExceededException::~SizeLimitExceededException ( )
defaultnoexcept

Member Function Documentation

◆ what()

const char * vg::SizeLimitExceededException::what ( ) const
noexcept

Member Data Documentation

◆ msg

const string vg::SizeLimitExceededException::msg = "error: exceeded limit of size on disk"
staticprivate

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