178179180181182183184
} } } throw new NoMatchingEditorException("no editor found for " + obj.getClass().getName()); }
215216217218219220221
catch(Exception e) { logger.error("exception while trying to create editor input: " + e.getLocalizedMessage(), e); } throw new NoMatchingEditorException("no editor found for: " + editorId); }
5960616263646566676869
return editorId; } } } throw new NoMatchingEditorException("No editor found for " + obj); } catch(Exception e) { throw new NoMatchingEditorException("No editor found for " + obj + ": " + e.getLocalizedMessage(), e); } }