Exception: Java::OrgTmapiCore::Topic::NoDatatypeHandlerAvailableException

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

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ NoDatatypeHandlerAvailableException

Returns a new instance of NoDatatypeHandlerAvailableException.



518
519
520
# File 'lib/rtm/javatmapi/core/topic.rb', line 518

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