Exception: IceGrid::RegistryNotExistException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#nameObject

Returns the value of attribute name.



119
120
121
# File 'ruby/IceGrid/Exception.rb', line 119

def name
  @name
end

Instance Method Details

#to_sObject



115
116
117
# File 'ruby/IceGrid/Exception.rb', line 115

def to_s
    '::IceGrid::RegistryNotExistException'
end