Exception: Ice::ProxyParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ProxyParseException
- Defined in:
- lib/Ice/LocalException.rb
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.
322 323 324 |
# File 'lib/Ice/LocalException.rb', line 322 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
330 331 332 |
# File 'lib/Ice/LocalException.rb', line 330 def str @str end |
Instance Method Details
#to_s ⇒ Object
326 327 328 |
# File 'lib/Ice/LocalException.rb', line 326 def to_s '::Ice::ProxyParseException' end |