Exception for MemoryMap operations.
Definition at line 191 of file MemoryMap.h.
#include <Rose/BinaryAnalysis/MemoryMap.h>
|
| Exception (const std::string &mesg, const MemoryMap::Ptr map) |
|
virtual std::string | leader (std::string dflt="memory map problem") const |
| Leading part of the error message. More...
|
|
virtual std::string | details (bool) const |
| Details emitted on following lines, indented two spaces. More...
|
|
virtual void | print (std::ostream &, bool verbose=true) const |
|
| Exception (const std::string &s) |
| Construct an exception with an error message. More...
|
|
|
std::ostream & | operator<< (std::ostream &, const Exception &) |
|
virtual std::string Rose::BinaryAnalysis::MemoryMap::Exception::leader |
( |
std::string |
dflt = "memory map problem" | ) |
const |
|
virtual |
Leading part of the error message.
virtual std::string Rose::BinaryAnalysis::MemoryMap::Exception::details |
( |
bool |
| ) |
const |
|
virtual |
Details emitted on following lines, indented two spaces.
Map that caused the exception if available, null otherwise.
Definition at line 200 of file MemoryMap.h.
The documentation for this class was generated from the following file: