Exception: IceGrid::ApplicationNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_ApplicationNotExistException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ ApplicationNotExistException

Returns a new instance of ApplicationNotExistException.



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

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



38
39
40
# File 'lib/IceGrid/Exception.rb', line 38

def name
  @name
end

Instance Method Details

#to_sObject



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

def to_s
    'IceGrid::ApplicationNotExistException'
end