This is the complete list of members for FormatError, including all inherited members.
Exception() | Exception | inline |
file(const std::string &file) | FormatError | inline |
file() const | FormatError | inline |
FormatError(const FormatError &error) | FormatError | inline |
FormatError(const char *message) | FormatError | inlineexplicit |
FormatError(const std::string &message) | FormatError | inlineexplicit |
FormatError(const char *message, const std::string &file, int line=0) | FormatError | inlineexplicit |
FormatError(const std::string &message, const std::string &file, int line=0) | FormatError | inlineexplicit |
line(int line) | FormatError | inline |
line() const | FormatError | inline |
message(const char *message) | FormatError | inline |
message(const std::string &message) | FormatError | inline |
message() const | FormatError | inline |
what() const | FormatError | inlinevirtual |
~Exception() | Exception | inlinevirtual |
~FormatError() | FormatError | inlinevirtual |