Exception: IceGrid::ApplicationNotExistException

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.



17
18
19
# File 'ruby/IceGrid/Exception.rb', line 17

def name
  @name
end

Instance Method Details

#to_sObject



13
14
15
# File 'ruby/IceGrid/Exception.rb', line 13

def to_s
    '::IceGrid::ApplicationNotExistException'
end