Ice 3.7 C++11 API Reference
|
This exception is raised if an object already exists. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
std::tuple< const ::Ice::Identity & > | ice_tuple () const |
Obtains a tuple containing all of the exception's data members. More... | |
ObjectExistsException ()=default | |
ObjectExistsException (const ::Ice::Identity &id) | |
One-shot constructor to initialize all data members. More... | |
ObjectExistsException (const ObjectExistsException &)=default | |
virtual | ~ObjectExistsException () |
![]() | |
virtual std::string | ice_id () const override |
![]() | |
std::unique_ptr< ObjectExistsException > | ice_clone () const |
virtual void | ice_throw () const override |
Throws this exception. More... | |
![]() | |
std::unique_ptr< UserException > | ice_clone () const |
Polymorphically clones this exception. More... | |
virtual Ice::SlicedDataPtr | ice_getSlicedData () const |
![]() | |
Exception () | |
Constructs the exception. More... | |
Exception (const char *file, int line) | |
Constructs the exception. More... | |
std::unique_ptr< Exception > | ice_clone () const |
Returns a shallow polymorphic copy of this exception. More... | |
const char * | ice_file () const |
Returns the name of the file where this exception was constructed. More... | |
virtual std::string | ice_id () const =0 |
Returns the type ID of this exception. More... | |
int | ice_line () const |
Returns the line number where this exception was constructed. More... | |
virtual void | ice_print (std::ostream &os) const |
Outputs a description of this exception to a stream. More... | |
std::string | ice_stackTrace () const |
Returns the stack trace at the point this exception was constructed. More... | |
virtual void | ice_throw () const =0 |
Throws this exception. More... | |
virtual const char * | what () const throw () |
Returns a description of this exception. More... | |
virtual | ~Exception ()=0 throw () |
Static Public Member Functions | |
static const ::std::string & | ice_staticId () |
Obtains the Slice type ID of this exception. More... | |
![]() | |
static const std::string & | ice_staticId () |
Obtains the Slice type ID of this exception. More... | |
Public Attributes | |
::Ice::Identity | id |
The identity of the object. More... | |
This exception is raised if an object already exists.
|
virtual |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
id | The identity of the object. |
|
static |
Obtains the Slice type ID of this exception.
|
inline |
Obtains a tuple containing all of the exception's data members.
::Ice::Identity IceGrid::ObjectExistsException::id |
The identity of the object.