retdec
|
#include <exceptions.h>
Public Member Functions | |
GenericError (const std::string &message) | |
virtual const char * | what () const noexcept override |
![]() | |
virtual | ~BaseError ()=default |
Private Attributes | |
std::string | _whatMessage |
Message returned by what() method. More... | |
A generic exception class for miscellaneous Capstone2LlvmIr errors.
These exceptions signal some operational problems in Capstone2LlvmIr library. They should not be ignored. They should be reported to RetDec developers.
retdec::capstone2llvmir::GenericError::GenericError | ( | const std::string & | message | ) |
|
overridevirtualnoexcept |
|
private |
Message returned by what()
method.