Exception: Ice::EndpointSelectionTypeParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::EndpointSelectionTypeParseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_EndpointSelectionTypeParseException
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.
295 296 297 |
# File 'lib/Ice/LocalException.rb', line 295 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
303 304 305 |
# File 'lib/Ice/LocalException.rb', line 303 def str @str end |
Instance Method Details
#to_s ⇒ Object
299 300 301 |
# File 'lib/Ice/LocalException.rb', line 299 def to_s 'Ice::EndpointSelectionTypeParseException' end |