//Signal opening to interested parties
resourceOpenedEvent.fire( new ResourceOpenedEvent( path,
sessionInfo ) );
String text = load( path );
return new EnumModelContent( new EnumModel( text ),
loadOverview( path,
text ) );
} catch ( Exception e ) {
throw ExceptionUtilities.handleException( e );