Exception: IceGrid::RegistryNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_RegistryNotExistException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ RegistryNotExistException

Returns a new instance of RegistryNotExistException.



174
175
176
# File 'lib/IceGrid/Exception.rb', line 174

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



182
183
184
# File 'lib/IceGrid/Exception.rb', line 182

def name
  @name
end

Instance Method Details

#to_sObject



178
179
180
# File 'lib/IceGrid/Exception.rb', line 178

def to_s
    'IceGrid::RegistryNotExistException'
end