Exception: Ice::VersionParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::VersionParseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_VersionParseException
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str = '') ⇒ VersionParseException
constructor
A new instance of VersionParseException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(str = '') ⇒ VersionParseException
Returns a new instance of VersionParseException.
312 313 314 |
# File 'lib/Ice/LocalException.rb', line 312 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
320 321 322 |
# File 'lib/Ice/LocalException.rb', line 320 def str @str end |
Instance Method Details
#to_s ⇒ Object
316 317 318 |
# File 'lib/Ice/LocalException.rb', line 316 def to_s 'Ice::VersionParseException' end |