Class EmptyFieldError
Exception class for "empty field" errors.

Defined in <seqan/basic.h>
Signature struct EmptyFieldError : RuntimeError;

Member Function Overview

Member Functions Detail

EmptyFieldEror::EmptyFieldError(fieldName);

Construct the exception with fieldName + " field was empty.".

Parameters

fieldName The field name to use for the message, std::string.