This exception is raised if the Communicator has been destroyed.
More...
#include <Ice/Ice.h>
|
static const std::string & | ice_staticId () |
| Obtains the Slice type ID of this exception. More...
|
|
This exception is raised if the Communicator has been destroyed.
- See also
- Communicator::destroy
◆ CommunicatorDestroyedException()
Ice::CommunicatorDestroyedException::CommunicatorDestroyedException |
( |
const char * |
file, |
|
|
int |
line |
|
) |
| |
The file and line number are required for all local exceptions.
- Parameters
-
file | The file name in which the exception was raised, typically __FILE__. |
line | The line number at which the exception was raised, typically __LINE__. |
◆ ~CommunicatorDestroyedException()
virtual Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ ice_clone()
Polymorphically clones this exception.
- Returns
- A shallow copy of this exception.
Implements Ice::LocalException.
◆ ice_id()
virtual ::std::string Ice::CommunicatorDestroyedException::ice_id |
( |
| ) |
const |
|
virtual |
Obtains the Slice type ID of this exception.
- Returns
- The fully-scoped type ID.
Implements IceUtil::Exception.
◆ ice_print()
virtual void Ice::CommunicatorDestroyedException::ice_print |
( |
::std::ostream & |
stream | ) |
const |
|
virtual |
Prints this exception to the given stream.
- Parameters
-
◆ ice_throw()
virtual void Ice::CommunicatorDestroyedException::ice_throw |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: