Home Previous Up Next Index

IceStorm::NoSuchTopic

Overview

exception NoSuchTopic

This exception indicates that an attempt was made to retrieve a topic that does not exist.

Used By

TopicManager::retrieve

Data Members

string name;

The name of the topic that does not exist.


Home Previous Up Next Index