Exception: Ice::CollocationOptimizationException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_CollocationOptimizationException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeCollocationOptimizationException

Returns a new instance of CollocationOptimizationException.



65
66
# File 'lib/Ice/LocalException.rb', line 65

def initialize
end

Instance Method Details

#to_sObject



68
69
70
# File 'lib/Ice/LocalException.rb', line 68

def to_s
    'Ice::CollocationOptimizationException'
end