Exception: IceGrid::ParseException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ParseException
- Defined in:
- lib/IceGrid/FileParser.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ ParseException
constructor
A new instance of ParseException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ ParseException
Returns a new instance of ParseException.
24 25 26 |
# File 'lib/IceGrid/FileParser.rb', line 24 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
32 33 34 |
# File 'lib/IceGrid/FileParser.rb', line 32 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
28 29 30 |
# File 'lib/IceGrid/FileParser.rb', line 28 def to_s '::IceGrid::ParseException' end |