ROSE
0.11.145.147
src
Rose
Rose/Exception.h
1
#ifndef ROSE_Exception_H
2
#define ROSE_Exception_H
3
#include <RoseFirst.h>
4
5
#include <stdexcept>
6
7
namespace
Rose
{
8
10
class
Exception
:
public
std::runtime_error {
11
public
:
13
explicit
Exception
(
const
std::string &s): std::runtime_error(s) {}
14
~Exception
() throw() {}
15
};
16
17
}
// namespace
18
19
#endif
Rose::Exception
Base class for all ROSE exceptions.
Definition
Rose/Exception.h:10
Rose::Exception::Exception
Exception(const std::string &s)
Construct an exception with an error message.
Definition
Rose/Exception.h:13
Rose
The ROSE library.
Definition
BinaryTutorial.dox:3
Generated on Mon Sep 30 2024 03:25:29 for ROSE by
1.9.8