Exception: IceGrid::ParseException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ParseException
- Defined in:
- ruby/IceGrid/FileParser.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.
16 17 18 |
# File 'ruby/IceGrid/FileParser.rb', line 16 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'ruby/IceGrid/FileParser.rb', line 12 def to_s '::IceGrid::ParseException' end |