ROSE 0.11.145.147
Rose/BinaryAnalysis/Debugger/Exception.h
1#ifndef ROSE_BinaryAnalysis_Debugger_Exception_H
2#define ROSE_BinaryAnalysis_Debugger_Exception_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/Exception.h>
6
7namespace Rose {
8namespace BinaryAnalysis {
9namespace Debugger {
10
13public:
15 Exception(const std::string &mesg);
16
17 ~Exception() throw();
18};
19
20} // namespace
21} // namespace
22} // namespace
23
24#endif
25#endif
Exception(const std::string &mesg)
Construct new exception with message.
Base class for all ROSE exceptions.
The ROSE library.