Exception: Ice::ProxyParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ProxyParseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ProxyParseException
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str = '') ⇒ ProxyParseException
constructor
A new instance of ProxyParseException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(str = '') ⇒ ProxyParseException
Returns a new instance of ProxyParseException.
346 347 348 |
# File 'lib/Ice/LocalException.rb', line 346 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
354 355 356 |
# File 'lib/Ice/LocalException.rb', line 354 def str @str end |
Instance Method Details
#to_s ⇒ Object
350 351 352 |
# File 'lib/Ice/LocalException.rb', line 350 def to_s 'Ice::ProxyParseException' end |