Exception: IceGrid::ApplicationNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ApplicationNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
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.
25 26 27 |
# File 'lib/IceGrid/Exception.rb', line 25 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
33 34 35 |
# File 'lib/IceGrid/Exception.rb', line 33 def name @name end |
Instance Method Details
#to_s ⇒ Object
29 30 31 |
# File 'lib/IceGrid/Exception.rb', line 29 def to_s '::IceGrid::ApplicationNotExistException' end |