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