Class IOError
Input/Output error exception.

Defined in <seqan/basic.h>
Signature typedef std::ios_base::failure IOError;

Member Function Overview

Member Functions Detail

IOError::IOError(msg, errorCode);

Constructor

Parameters

msg Message as std::string.
errorCode The error code as an int.

Data Races

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