ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::MemoryMap::Exception Class Reference

Description

Exception for MemoryMap operations.

Definition at line 198 of file MemoryMap.h.

#include <Rose/BinaryAnalysis/MemoryMap.h>

Inheritance diagram for Rose::BinaryAnalysis::MemoryMap::Exception:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::MemoryMap::Exception:
Collaboration graph
[legend]

Public Member Functions

 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.
 
virtual std::string details (bool) const
 Details emitted on following lines, indented two spaces.
 
virtual void print (std::ostream &, bool verbose=true) const
 
- Public Member Functions inherited from Rose::Exception
 Exception (const std::string &s)
 Construct an exception with an error message.
 

Public Attributes

MemoryMap::Ptr map
 Map that caused the exception if available, null otherwise.
 

Constructor & Destructor Documentation

◆ Exception()

Rose::BinaryAnalysis::MemoryMap::Exception::Exception ( const std::string &  mesg,
const MemoryMap::Ptr  map 
)
inline

Definition at line 200 of file MemoryMap.h.

◆ ~Exception()

virtual Rose::BinaryAnalysis::MemoryMap::Exception::~Exception ( )
throw (
)
inlinevirtual

Definition at line 201 of file MemoryMap.h.

Member Data Documentation

◆ map

MemoryMap::Ptr Rose::BinaryAnalysis::MemoryMap::Exception::map

Map that caused the exception if available, null otherwise.

Definition at line 207 of file MemoryMap.h.


The documentation for this class was generated from the following file: