Pothos  0.1.1
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Exception.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <Pothos/Exception.hpp>
14 
15 namespace Pothos {
16 
20 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyEnvironmentFactoryError, RuntimeException);
21 
25 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyEnvironmentFindError, RuntimeException);
26 
30 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyEnvironmentConvertError, RuntimeException);
31 
35 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyHandleCallError, RuntimeException);
36 
43 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyExceptionMessage, RuntimeException);
44 
48 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxyCompareError, RuntimeException);
49 
53 POTHOS_DECLARE_EXCEPTION(POTHOS_API, ProxySerializeError, RuntimeException);
54 
55 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
POTHOS_DECLARE_EXCEPTION(POTHOS_API, ManagedClassLookupError, RuntimeException)