Explv Posted January 17, 2017 Share Posted January 17, 2017 Which is considered best practise ? In this case I would probably just make your method throw an InterruptedException. Quote Link to comment Share on other sites More sharing options...
lrdblk Posted January 17, 2017 Author Share Posted January 17, 2017 In this case I would probably just make your method throw an InterruptedException. any idea why I get this error in the bot debugger when I reload the script selector ? ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/AugmentContainerGhostingTask.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/AugmentIconGhostingTask.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/AugmentMainTask.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/AugmentTask.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/AugmentUpdateTask.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/ContainerGhostingAugmenter$AugmentClassAdapter.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/ContainerGhostingType.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/IconGhostingAugmenter$AugmentClassAdapter.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/IconGhostingType.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/InfoClassVisitor.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/LafMainClassAugmenter$AugmentClassAdapter.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/UiDelegateAugmenter$AugmentClassAdapter.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/UiDelegateType.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/UiDelegateUpdateAugmenter$AugmentClassAdapter.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/UiDelegateWriterEmptyCtr.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : org/pushingpixels/lafwidget/ant/UiDelegateWriterOneParamCtr.class [ERROR][01/17 02:47:09 PM]: Failed to load local script : com/thoughtworks/xstream/converters/reflection/CGLIBEnhancedConverter$ReverseEngineeredCallbackFilter.class Quote Link to comment Share on other sites More sharing options...