Exception: Ice::VersionParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::VersionParseException
- Defined in:
- lib/Ice/LocalException.rb
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.
290 291 292 |
# File 'lib/Ice/LocalException.rb', line 290 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
298 299 300 |
# File 'lib/Ice/LocalException.rb', line 298 def str @str end |
Instance Method Details
#to_s ⇒ Object
294 295 296 |
# File 'lib/Ice/LocalException.rb', line 294 def to_s '::Ice::VersionParseException' end |