Exception: IceGrid::NodeNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_NodeNotExistException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ NodeNotExistException

Returns a new instance of NodeNotExistException.



157
158
159
# File 'lib/IceGrid/Exception.rb', line 157

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



165
166
167
# File 'lib/IceGrid/Exception.rb', line 165

def name
  @name
end

Instance Method Details

#to_sObject



161
162
163
# File 'lib/IceGrid/Exception.rb', line 161

def to_s
    'IceGrid::NodeNotExistException'
end