ROSE
0.11.131.0
|
Base class for exceptions thrown by instruction semantics.
Definition at line 19 of file Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/Exception.h.
#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/Exception.h>
Public Member Functions | |
Exception (const std::string &mesg, SgAsmInstruction *insn) | |
void | print (std::ostream &) const |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. More... | |
Public Attributes | |
SgAsmInstruction * | insn |