Exception: Java::OrgTmapiCore::Name::NoDatatypeHandlerAvailableException

Inherits:
Exception
  • Object
show all
Defined in:
lib/rtm/javatmapi/core/name.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ NoDatatypeHandlerAvailableException

Returns a new instance of NoDatatypeHandlerAvailableException.



122
123
124
# File 'lib/rtm/javatmapi/core/name.rb', line 122

def initialize(value)
  super "Cannot map #{value} to a variant value+datatype. Maybe you need to add a handler for your Ruby object type."
end