Exception: Ice::EndpointParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::EndpointParseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_EndpointParseException
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str = '') ⇒ EndpointParseException
constructor
A new instance of EndpointParseException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(str = '') ⇒ EndpointParseException
Returns a new instance of EndpointParseException.
278 279 280 |
# File 'lib/Ice/LocalException.rb', line 278 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
286 287 288 |
# File 'lib/Ice/LocalException.rb', line 286 def str @str end |
Instance Method Details
#to_s ⇒ Object
282 283 284 |
# File 'lib/Ice/LocalException.rb', line 282 def to_s 'Ice::EndpointParseException' end |