Spec EmptyFieldError
Exception class for "empty field" errors.

Extends ParseError
All Extended ParseError, RuntimeError
Defined in <seqan/basic.h>
Signature struct EmptyFieldError : RuntimeError;

Member Function Overview

Member Functions Inherited From ParseError

Member Functions Inherited From RuntimeError

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.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.