Pothos  0.3.3-g32d3017c
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, CallableArgumentError, InvalidArgumentException)
21 
22 
25 POTHOS_DECLARE_EXCEPTION(POTHOS_API, CallableReturnError, NotImplementedException)
26 
30 POTHOS_DECLARE_EXCEPTION(POTHOS_API, CallableNullError, NullValueException)
31 
32 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
POTHOS_DECLARE_EXCEPTION(POTHOS_API, ManagedClassLookupError, RuntimeException)