Struct base

Inheritance Relationships

Base Type

  • public exception

Derived Types

Struct Documentation

struct base : public exception

Subclassed by io::error::can_not_open_file, io::error::duplicated_column_in_header, io::error::escaped_string_not_closed, io::error::extra_column_in_header, io::error::header_missing, io::error::integer_must_be_positive, io::error::integer_overflow, io::error::integer_underflow, io::error::invalid_single_character, io::error::line_length_limit_exceeded, io::error::missing_column_in_header, io::error::no_digit, io::error::too_few_columns, io::error::too_many_columns

Public Functions

virtual void format_error_message() const = 0
inline const char *what() const

Public Members

mutable char error_message_buffer[512]