Exception: Ice::StringConversionException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::StringConversionException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_StringConversionException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ StringConversionException
constructor
A new instance of StringConversionException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ StringConversionException
Returns a new instance of StringConversionException.
993 994 995 |
# File 'lib/Ice/LocalException.rb', line 993 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
997 998 999 |
# File 'lib/Ice/LocalException.rb', line 997 def to_s 'Ice::StringConversionException' end |