This exception will be thrown if the GFA data is not acceptable.
More...
#include <gfa_to_handle.hpp>
This exception will be thrown if the GFA data is not acceptable.
◆ GFAFormatError() [1/2]
vg::algorithms::GFAFormatError::GFAFormatError |
( |
const string & |
message | ) |
|
We can make one from a message.
◆ GFAFormatError() [2/2]
vg::algorithms::GFAFormatError::GFAFormatError |
( |
const string & |
message, |
|
|
const GFAParser::cursor_t & |
position, |
|
|
const char * |
parsing_state = nullptr |
|
) |
| |
We can also make one with a position and a possibly null parsing state.
◆ what()
const char * vg::algorithms::GFAFormatError::what |
( |
| ) |
const |
|
virtualnoexcept |
Return a pointer to a string describing this exception. Not thread safe.
◆ column_number
size_t vg::algorithms::GFAFormatError::column_number = 0 |
◆ file_name
string vg::algorithms::GFAFormatError::file_name = "" |
◆ has_position
bool vg::algorithms::GFAFormatError::has_position = false |
◆ line_number
size_t vg::algorithms::GFAFormatError::line_number = 0 |
◆ message_buffer
string vg::algorithms::GFAFormatError::message_buffer |
|
mutable |
◆ pass_number
size_t vg::algorithms::GFAFormatError::pass_number = 0 |
◆ position
The documentation for this struct was generated from the following files: