Exception: IceGrid::ApplicationNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ApplicationNotExistException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'ruby/IceGrid/Exception.rb', line 16 def name @name end |
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'ruby/IceGrid/Exception.rb', line 12 def to_s '::IceGrid::ApplicationNotExistException' end |