Exception: IceStorm::NoSuchTopic

Inherits:
Ice::UserException show all
Defined in:
lib/IceStorm/IceStorm.rb

Constant Summary collapse

ICE_TYPE =
T_NoSuchTopic

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

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

#nameObject

Returns the value of attribute name.



314
315
316
# File 'lib/IceStorm/IceStorm.rb', line 314

def name
  @name
end

Instance Method Details

#to_sObject



310
311
312
# File 'lib/IceStorm/IceStorm.rb', line 310

def to_s
    'IceStorm::NoSuchTopic'
end