ROSE
0.11.145.247
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
Rose
BinaryAnalysis
ModelChecker
Rose/BinaryAnalysis/ModelChecker/Exception.h
1
#ifndef ROSE_BinaryAnalysis_ModelChecker_Exception_H
2
#define ROSE_BinaryAnalysis_ModelChecker_Exception_H
3
#include <featureTests.h>
4
#ifdef ROSE_ENABLE_MODEL_CHECKER
5
6
#include <Rose/BinaryAnalysis/ModelChecker/BasicTypes.h>
7
8
#include <Rose/Exception.h>
9
10
namespace
Rose
{
11
namespace
BinaryAnalysis {
12
namespace
ModelChecker {
13
15
class
Exception:
public
Rose::Exception
{
16
public
:
18
explicit
Exception(
const
std::string &s)
19
:
Rose
::Exception(s) {}
20
21
~Exception() throw() {}
22
};
23
30
class
ParseError:
public
Exception {
31
public
:
33
ParseError(
const
boost::filesystem::path &fileName,
const
std::string &mesg)
34
: Exception(fileName.empty() ? mesg : fileName.string() +
": "
+ mesg) {}
35
36
~ParseError() throw() {}
37
};
38
39
}
// namespace
40
}
// namespace
41
}
// namespace
42
43
#endif
44
#endif
Rose::Exception
Base class for all ROSE exceptions.
Definition
Rose/Exception.h:10
Rose
The ROSE library.
Definition
BinaryTutorial.dox:3
Generated on Mon Mar 31 2025 00:23:31 for ROSE by
1.9.8