Exception: Ice::IdentityParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IdentityParseException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str = '') ⇒ IdentityParseException
constructor
A new instance of IdentityParseException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(str = '') ⇒ IdentityParseException
Returns a new instance of IdentityParseException.
306 307 308 |
# File 'lib/Ice/LocalException.rb', line 306 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
314 315 316 |
# File 'lib/Ice/LocalException.rb', line 314 def str @str end |
Instance Method Details
#to_s ⇒ Object
310 311 312 |
# File 'lib/Ice/LocalException.rb', line 310 def to_s '::Ice::IdentityParseException' end |