Exception: IceGrid::ApplicationNotExistException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ ApplicationNotExistException

Returns a new instance of ApplicationNotExistException.



25
26
27
# File 'lib/IceGrid/Exception.rb', line 25

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33
34
35
# File 'lib/IceGrid/Exception.rb', line 33

def name
  @name
end

Instance Method Details

#to_sObject



29
30
31
# File 'lib/IceGrid/Exception.rb', line 29

def to_s
    '::IceGrid::ApplicationNotExistException'
end