Exception: IceGrid::ParseException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ParseException
- Defined in:
- lib/IceGrid/FileParser.rb
Constant Summary collapse
- ICE_TYPE =
T_ParseException
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.
29 30 31 |
# File 'lib/IceGrid/FileParser.rb', line 29 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
37 38 39 |
# File 'lib/IceGrid/FileParser.rb', line 37 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
33 34 35 |
# File 'lib/IceGrid/FileParser.rb', line 33 def to_s 'IceGrid::ParseException' end |