Exception: Ice::SyscallException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::SyscallException
- Defined in:
- lib/Ice/LocalException.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(error = 0) ⇒ SyscallException
constructor
A new instance of SyscallException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(error = 0) ⇒ SyscallException
Returns a new instance of SyscallException.
434 435 436 |
# File 'lib/Ice/LocalException.rb', line 434 def initialize(error=0) @error = error end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
442 443 444 |
# File 'lib/Ice/LocalException.rb', line 442 def error @error end |
Instance Method Details
#to_s ⇒ Object
438 439 440 |
# File 'lib/Ice/LocalException.rb', line 438 def to_s '::Ice::SyscallException' end |