|
topazc
|
exception.hpp implementation More...

Go to the source code of this file.
Functions | |
| std::string | convert_subsystem_type_to_string (SubsystemType type) |
| Function for converting passed subsystem type into string. | |
| void | throw_exception (SubsystemType type, std::string msg, uint32_t line, std::string file_name, bool is_debug) |
| Function for throwing exception. | |
exception.hpp implementation
Definition in file exception.cpp.
| std::string convert_subsystem_type_to_string | ( | SubsystemType | type | ) |
Function for converting passed subsystem type into string.
| type | Subsystem type |
Definition at line 17 of file exception.cpp.

| void throw_exception | ( | SubsystemType | type, |
| std::string | msg, | ||
| uint32_t | line, | ||
| std::string | file_name, | ||
| bool | is_debug ) |
Function for throwing exception.
This function throwing exception based passed arguments
| type | Subsystem from which the exception throwned |
| msg | Exception message |
| line | Line where exception throwed |
| file_name | File where exception throwed |
| is_debug | Flag for print debug information |
Definition at line 30 of file exception.cpp.
