|
E-MailRelay
|
Exception class for G::MapFile. More...
#include <gmapfile.h>
Inheritance diagram for G::MapFile::Error:
Collaboration diagram for G::MapFile::Error:Public Member Functions | |
| Exception (std::initializer_list< std::string_view >) | |
| Constructor. More... | |
| Exception (std::string_view what) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2, std::string_view more3) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2, std::string_view more3, std::string_view more4) | |
| Constructor. More... | |
Public Member Functions inherited from G::Exception | |
| Exception (std::initializer_list< std::string_view >) | |
| Constructor. More... | |
| Exception (std::string_view what) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2, std::string_view more3) | |
| Constructor. More... | |
| Exception (std::string_view what, std::string_view more1, std::string_view more2, std::string_view more3, std::string_view more4) | |
| Constructor. More... | |
Exception class for G::MapFile.
Definition at line 62 of file gmapfile.h.
| G::Exception::Exception | ( | std::initializer_list< std::string_view > | args | ) |
Constructor.
Definition at line 66 of file gexception.cpp.
|
explicit |
Constructor.
Definition at line 69 of file gexception.cpp.
| G::Exception::Exception | ( | std::string_view | what, |
| std::string_view | more | ||
| ) |
Constructor.
Definition at line 72 of file gexception.cpp.
| G::Exception::Exception | ( | std::string_view | what, |
| std::string_view | more1, | ||
| std::string_view | more2 | ||
| ) |
Constructor.
Definition at line 75 of file gexception.cpp.
| G::Exception::Exception | ( | std::string_view | what, |
| std::string_view | more1, | ||
| std::string_view | more2, | ||
| std::string_view | more3 | ||
| ) |
Constructor.
Definition at line 78 of file gexception.cpp.
| G::Exception::Exception | ( | std::string_view | what, |
| std::string_view | more1, | ||
| std::string_view | more2, | ||
| std::string_view | more3, | ||
| std::string_view | more4 | ||
| ) |
Constructor.
Definition at line 81 of file gexception.cpp.