Exception: Ice::IdentityParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IdentityParseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_IdentityParseException
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.
329 330 331 |
# File 'lib/Ice/LocalException.rb', line 329 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
337 338 339 |
# File 'lib/Ice/LocalException.rb', line 337 def str @str end |
Instance Method Details
#to_s ⇒ Object
333 334 335 |
# File 'lib/Ice/LocalException.rb', line 333 def to_s 'Ice::IdentityParseException' end |