[ https://issues.apache.org/activemq/browse/CAMEL-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45983#action_45983 ]
Claus Ibsen commented on CAMEL-84: ---------------------------------- Hadrian great work. Yeah that was a tought job. I think we should consider for camel 2.0 to let IntrospectionSupport throw NoTypeConversionAvailableException in the convert method. Or since its mostly used internally we could consider adding NoTypeConversionAvailableException to the throws list. Then we avoid wrapping this, as I don't like that when we have the NoTypeConversionAvailableException class to be thrown in these conditions. > Throw Useful Exception on No TypeConverter Available > ---------------------------------------------------- > > Key: CAMEL-84 > URL: https://issues.apache.org/activemq/browse/CAMEL-84 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.0.0 > Reporter: Brian McCallister > Assignee: Hadrian Zbarcea > Fix For: 2.0.0 > > Attachments: camel-84.patch, camel-84_2.patch > > > When there is no type converter available an NPE is thrown that requires > tracing through sources to find root of problem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.