Exception: Ice::EndpointParseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::EndpointParseException
- Defined in:
- lib/Ice/LocalException.rb
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.
258 259 260 |
# File 'lib/Ice/LocalException.rb', line 258 def initialize(str='') @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
266 267 268 |
# File 'lib/Ice/LocalException.rb', line 266 def str @str end |
Instance Method Details
#to_s ⇒ Object
262 263 264 |
# File 'lib/Ice/LocalException.rb', line 262 def to_s '::Ice::EndpointParseException' end |