Spec ParseError
Exception class for parser errors.

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

Member Function Overview

Member Functions Inherited From RuntimeError

Member Functions Detail

ParseError::ParseError(message);

Constructor.

Parameters

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

Data Races

Thread safety unknown!