Exception: IceGrid::FileNotAvailableException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::FileNotAvailableException
- Defined in:
- ruby/IceGrid/Admin.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
541 542 543 |
# File 'ruby/IceGrid/Admin.rb', line 541 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
537 538 539 |
# File 'ruby/IceGrid/Admin.rb', line 537 def to_s '::IceGrid::FileNotAvailableException' end |