Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
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
CppRuntimeException.h
zserio::ConstraintException
Definition:
ConstraintException.h:13
zserio::CppRuntimeException
Definition:
CppRuntimeException.h:21
zserio::CppRuntimeException::CppRuntimeException
CppRuntimeException(const char *message="")
Definition:
CppRuntimeException.cpp:10
zserio
Definition:
AllocatorHolder.h:7
zserio
ConstraintException.h
Generated by
1.9.1