This exception indicates that an attempt was made to remove a link that does not exist.
More...
#include <IceStorm/IceStorm.h>
|
::std::string | name |
| The name of the link that does not exist. More...
|
|
|
static const std::string & | ice_staticId () |
| Obtains the Slice type ID of this exception. More...
|
|
This exception indicates that an attempt was made to remove a link that does not exist.
◆ NoSuchLink() [1/2]
IceStorm::NoSuchLink::NoSuchLink |
( |
| ) |
|
|
inline |
◆ NoSuchLink() [2/2]
IceStorm::NoSuchLink::NoSuchLink |
( |
const ::std::string & |
name | ) |
|
|
explicit |
One-shot constructor to initialize all data members.
- Parameters
-
name | The name of the link that does not exist. |
◆ ~NoSuchLink()
virtual IceStorm::NoSuchLink::~NoSuchLink |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ ice_clone()
virtual NoSuchLink* IceStorm::NoSuchLink::ice_clone |
( |
| ) |
const |
|
virtual |
Polymorphically clones this exception.
- Returns
- A shallow copy of this exception.
Implements Ice::UserException.
◆ ice_id()
virtual ::std::string IceStorm::NoSuchLink::ice_id |
( |
| ) |
const |
|
virtual |
Obtains the Slice type ID of this exception.
- Returns
- The fully-scoped type ID.
Implements IceUtil::Exception.
◆ ice_throw()
virtual void IceStorm::NoSuchLink::ice_throw |
( |
| ) |
const |
|
virtual |
◆ name
::std::string IceStorm::NoSuchLink::name |
The name of the link that does not exist.
The documentation for this class was generated from the following file: