//Signal opening to interested parties
resourceOpenedEvent.fire( new ResourceOpenedEvent( path,
sessionInfo ) );
return new GuidedDecisionTreeEditorContent( model,
loadOverview( path ),
dataModel );
} catch ( Exception e ) {
throw ExceptionUtilities.handleException( e );