Class
ParseErrorException class for parser errors.
Exception class for parser errors.
| All Subcl's | BadLexicalCast |
|---|---|
| Defined in | <seqan/basic.h> |
| Signature |
struct ParserError : RuntimeError;
|
Member Function Overview
-
ParseError::ParseError(message);Constructor.
Member Functions Detail
ParseError::ParseError(message);
Constructor.
Parameters
message
|
The error message to use, std::string or char const * . |
|---|
Data Races
Thread safety unknown!