Exception: IceStorm::NoSuchLink

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

Constant Summary collapse

ICE_TYPE =
T_NoSuchLink

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ NoSuchLink

Returns a new instance of NoSuchLink.



103
104
105
# File 'lib/IceStorm/IceStorm.rb', line 103

def initialize(name='')
    @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



111
112
113
# File 'lib/IceStorm/IceStorm.rb', line 111

def name
  @name
end

Instance Method Details

#to_sObject



107
108
109
# File 'lib/IceStorm/IceStorm.rb', line 107

def to_s
    'IceStorm::NoSuchLink'
end