Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
ServiceException.h
Go to the documentation of this file.
1
#ifndef ZSERIO_SERVICE_EXCEPTION_H_INC
2
#define ZSERIO_SERVICE_EXCEPTION_H_INC
3
4
#include "
zserio/CppRuntimeException.h
"
5
6
namespace
zserio
7
{
8
12
class
ServiceException
:
public
CppRuntimeException
13
{
14
public
:
15
using
CppRuntimeException::CppRuntimeException
;
16
};
17
18
}
// namespace zserio
19
20
#endif // ZSERIO_SERVICE_EXCEPTION_H_INC
zserio
Definition:
AllocatorHolder.h:6
CppRuntimeException.h
zserio::CppRuntimeException
Definition:
CppRuntimeException.h:20
zserio::ServiceException
Definition:
ServiceException.h:12
zserio::CppRuntimeException::CppRuntimeException
CppRuntimeException(const char *message="")
Definition:
CppRuntimeException.cpp:10
zserio
ServiceException.h
Generated by
1.8.11