Exception: IceGrid::ApplicationNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ApplicationNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_ApplicationNotExistException
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ ApplicationNotExistException
constructor
A new instance of ApplicationNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
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
#name ⇒ Object
Returns the value of attribute name.
38 39 40 |
# File 'lib/IceGrid/Exception.rb', line 38 def name @name end |
Instance Method Details
#to_s ⇒ Object
34 35 36 |
# File 'lib/IceGrid/Exception.rb', line 34 def to_s 'IceGrid::ApplicationNotExistException' end |