Exception: Ice::CollocationOptimizationException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::CollocationOptimizationException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ CollocationOptimizationException
constructor
A new instance of CollocationOptimizationException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ CollocationOptimizationException
Returns a new instance of CollocationOptimizationException.
58 59 |
# File 'lib/Ice/LocalException.rb', line 58 def initialize end |
Instance Method Details
#to_s ⇒ Object
61 62 63 |
# File 'lib/Ice/LocalException.rb', line 61 def to_s '::Ice::CollocationOptimizationException' end |