CatapultServer
v0.5.0.1 (Elephant)
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
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
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
i
l
m
n
o
p
r
s
t
u
v
w
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
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
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
m
r
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
Macros
b
c
d
e
f
g
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ApiTypes.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
catapult/exceptions.h
"
23
24
namespace
catapult
{
namespace
api {
25
27
class
catapult_api_error
:
public
catapult_runtime_error
{
28
public
:
29
using
catapult_runtime_error::catapult_runtime_error
;
30
};
31
}}
exceptions.h
catapult::api::catapult_api_error
Exception class that is thrown when a catapult api operation produces an error.
Definition:
ApiTypes.h:27
catapult::catapult_runtime_error
catapult_error< std::runtime_error > catapult_runtime_error
Definition:
exceptions.h:87
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::catapult_error
Base class for all catapult exceptions that derives from both std::exception and boost::exception.
Definition:
exceptions.h:42
catapult-server
src
catapult
api
ApiTypes.h
Generated by
1.8.16