Class BadAlloc
Generic SeqAn exception.

Defined in <seqan/basic.h>
Signature typedef std::bad_alloc BadAlloc;

Member Function Overview

Member Functions Detail

BadAlloc::BadAlloc(msg);

Constructor.

Parameters

msg The message as a std::string.