Ignore:
Timestamp:
03/09/10 17:37:10 (14 years ago)
Author:
patdui
Message:
  • reimplemented my drag and drop editor
  • created search functionality for isocat conceptLinks.
  • added some flexUnit tests and cleanup error handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/services/BrowserService.as

    r161 r224  
    33       
    44        import mx.collections.ArrayCollection;
     5        import mx.controls.Alert;
    56        import mx.messaging.messages.HTTPRequestMessage;
    67        import mx.rpc.AsyncToken;
     
    910        import mx.rpc.events.ResultEvent;
    1011        import mx.rpc.http.HTTPService;
    11         import mx.utils.ObjectUtil;
    1212        import mx.utils.StringUtil;
    1313
     
    4747                public function fault(faultEvent:FaultEvent):void {
    4848                        var errorMessage:String = StringUtil.substitute("Error in {0}: {1} - {2}", this, faultEvent.fault.faultString, faultEvent.fault.faultDetail);
    49                         throw new Error(errorMessage);
     49                        Alert.show(errorMessage);
    5050                }
    5151
Note: See TracChangeset for help on using the changeset viewer.