Exception: IceStorm::NoSuchTopic
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::NoSuchTopic
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_NoSuchTopic
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ NoSuchTopic
constructor
A new instance of NoSuchTopic.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ NoSuchTopic
Returns a new instance of NoSuchTopic.
306 307 308 |
# File 'lib/IceStorm/IceStorm.rb', line 306 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
314 315 316 |
# File 'lib/IceStorm/IceStorm.rb', line 314 def name @name end |
Instance Method Details
#to_s ⇒ Object
310 311 312 |
# File 'lib/IceStorm/IceStorm.rb', line 310 def to_s 'IceStorm::NoSuchTopic' end |