Class ParseError
Exception class for parser errors.

All Subcl's BadLexicalCast
Defined in <seqan/basic.h>
Signature struct ParserError : RuntimeError;

Member Function Overview

Member Functions Detail

ParseError::ParseError(message);

Constructor.

Parameters

message The error message to use, std::string or char const * .

Data Races

Thread safety unknown!