Exception: Ice::UserException

Inherits:
Exception
  • Object
show all
Defined in:
ruby/Ice/Exception.rb

Instance Method Summary collapse

Instance Method Details

#ice_idObject



12
13
14
# File 'ruby/Ice/Exception.rb', line 12

def ice_id
    to_s
end

#inspectObject



16
17
18
# File 'ruby/Ice/Exception.rb', line 16

def inspect
    return ::Ice::__stringifyException(self)
end