|
ROSE 0.11.145.354
|
Base class for exceptions thrown by instruction semantics.
Definition at line 21 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 |
Public Member Functions inherited from Rose::Exception | |
| Exception (const std::string &s) | |
| Construct an exception with an error message. | |
Public Attributes | |
| SgAsmInstruction * | insn |
|
inline |
Definition at line 24 of file Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/Exception.h.
| SgAsmInstruction* Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::Exception::insn |
Definition at line 23 of file Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/Exception.h.