retdec
|
#include <exceptions.h>
Public Member Functions | |
CapstoneError (cs_err e) | |
std::string | getMessage () const |
virtual const char * | what () const noexcept override |
![]() | |
virtual | ~BaseError ()=default |
Private Attributes | |
cs_err | _csError = CS_ERR_OK |
Capstone error. More... | |
An exception class encapsulating all Capstone errors.
retdec::capstone2llvmir::CapstoneError::CapstoneError | ( | cs_err | e | ) |
std::string retdec::capstone2llvmir::CapstoneError::getMessage | ( | ) | const |
|
overridevirtualnoexcept |
|
private |
Capstone error.