ProxyNotInitializedException Class Reference

This exception is thrown when accessing an uninitialized proxy. More...

#include <ArmarXCore/core/exceptions/local/ProxyNotInitializedException.h>

+ Inheritance diagram for ProxyNotInitializedException:

Public Member Functions

std::string name () const override
 
 ProxyNotInitializedException (std::string proxyName)
 
 ~ProxyNotInitializedException () noexcept override
 

Public Attributes

std::string proxyName
 

Detailed Description

This exception is thrown when accessing an uninitialized proxy.

Definition at line 38 of file ProxyNotInitializedException.h.

Constructor & Destructor Documentation

◆ ProxyNotInitializedException()

ProxyNotInitializedException ( std::string  proxyName)
inline

Definition at line 43 of file ProxyNotInitializedException.h.

◆ ~ProxyNotInitializedException()

~ProxyNotInitializedException ( )
inlineoverridenoexcept

Definition at line 48 of file ProxyNotInitializedException.h.

Member Function Documentation

◆ name()

std::string name ( ) const
inlineoverride

Definition at line 51 of file ProxyNotInitializedException.h.

Member Data Documentation

◆ proxyName

std::string proxyName

Definition at line 41 of file ProxyNotInitializedException.h.


The documentation for this class was generated from the following file: