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