retdec
|
#include <exceptions.h>
Public Member Functions | |
UnhandledInstructionError (cs_insn *i, const std::string &comment="") | |
virtual const char * | what () const noexcept override |
![]() | |
virtual | ~BaseError ()=default |
Private Attributes | |
cs_insn * | _insn = nullptr |
std::string | _comment |
An exception class thrown when unhandled instruction is encountered.
These exceptions may be suppressed and/or ignored. Not all instructions are handled, or will be handled in the future.
retdec::capstone2llvmir::UnhandledInstructionError::UnhandledInstructionError | ( | cs_insn * | i, |
const std::string & | comment = "" |
||
) |
i | Capstone instruction which is not handled. |
comment | Optional comment about the problem. |
|
overridevirtualnoexcept |
|
private |
|
private |