|
This exception is thrown when accessing an uninitialized proxy. More...
#include <ArmarXCore/core/exceptions/local/ProxyNotInitializedException.h>
Public Member Functions | |
std::string | name () const override |
ProxyNotInitializedException (std::string proxyName) | |
~ProxyNotInitializedException () noexcept override | |
Public Attributes | |
std::string | proxyName |
This exception is thrown when accessing an uninitialized proxy.
Definition at line 38 of file ProxyNotInitializedException.h.
|
inline |
Definition at line 43 of file ProxyNotInitializedException.h.
|
inlineoverridenoexcept |
Definition at line 48 of file ProxyNotInitializedException.h.
|
inlineoverride |
Definition at line 51 of file ProxyNotInitializedException.h.
std::string proxyName |
Definition at line 41 of file ProxyNotInitializedException.h.