ROSE  0.11.145.0
Public Member Functions | List of all members
Rose::BinaryAnalysis::SystemCall::Exception Class Reference

Description

Exceptions for system call analysis.

Definition at line 25 of file SystemCall.h.

#include <Rose/BinaryAnalysis/SystemCall.h>

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

Public Member Functions

 Exception (const std::string &mesg)
 Construct an exception with a message. More...
 
 ~Exception () throw ()
 Destructor. More...
 
- Public Member Functions inherited from Rose::Exception
 Exception (const std::string &s)
 Construct an exception with an error message. More...
 

Constructor & Destructor Documentation

Rose::BinaryAnalysis::SystemCall::Exception::Exception ( const std::string &  mesg)
inline

Construct an exception with a message.

Definition at line 28 of file SystemCall.h.

Rose::BinaryAnalysis::SystemCall::Exception::~Exception ( )
throw (
)
inline

Destructor.

Definition at line 31 of file SystemCall.h.


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