Class
UnexpectedEndException class for "unexpected end of input" errors.
Exception class for "unexpected end of input" errors.
| Defined in | <seqan/basic.h> |
|---|---|
| Signature |
struct UnexpectedEnd : RuntimeError;
|
Member Function Overview
-
UnexpectedEnd::UnexpectedEnd();Default constructor, makes the object use a default message.
Member Functions Detail
UnexpectedEnd::UnexpectedEnd();
Default constructor, makes the object use a default message.
Data Races
Thread safety unknown!