Exception: Ice::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/Ice.rb

Overview

Exceptions.

Direct Known Subclasses

LocalException, UserException

Instance Method Summary collapse

Instance Method Details

#ice_idObject



61
62
63
# File 'lib/Ice.rb', line 61

def ice_id
    to_s
end

#ice_nameObject



57
58
59
# File 'lib/Ice.rb', line 57

def ice_name
    to_s[2..-1]
end

#inspectObject



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

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