#include <exception.h>
◆ Exception() [1/5]
| dnf_composer::Exception::Exception |
( |
std::string |
message | ) |
|
◆ Exception() [2/5]
| dnf_composer::Exception::Exception |
( |
ErrorCode |
errorCode | ) |
|
◆ Exception() [3/5]
| dnf_composer::Exception::Exception |
( |
ErrorCode |
errorCode, |
|
|
std::string |
errorElement |
|
) |
| |
◆ Exception() [4/5]
| dnf_composer::Exception::Exception |
( |
ErrorCode |
errorCode, |
|
|
int |
errorIndex |
|
) |
| |
◆ Exception() [5/5]
| dnf_composer::Exception::Exception |
( |
ErrorCode |
errorCode, |
|
|
std::string |
errorElement, |
|
|
std::string |
errorComponent |
|
) |
| |
◆ getErrorCode()
| ErrorCode dnf_composer::Exception::getErrorCode |
( |
| ) |
const |
◆ getErrorMessage()
| std::string dnf_composer::Exception::getErrorMessage |
( |
| ) |
const |
◆ what()
| const char * dnf_composer::Exception::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following files: