Spec BadLexicalCast
Throw on bad lexical casts.

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

Member Function Overview

Member Functions Inherited From ParseError

Member Functions Inherited From RuntimeError

Member Functions Detail

BadLexicalCast::BadLexicalCast(target, source);

Constructor.

Parameters

target Target value, used as a tag only.
source Source value, a sequence of char.

Data Races

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