Lines Matching refs:Exception

130                         throws java.lang.Exception  in setTextEditFiledText()
143 public XAccessibleContext getButton(String buttonName) throws java.lang.Exception in getButton()
155 public void clickButton(String buttonName) throws java.lang.Exception in clickButton()
161 throw new Exception("Could not get button '" + buttonName + "'"); in clickButton()
170 throw new Exception("Could not do accessible action with '" + in clickButton()
239 throws java.lang.Exception in getRadioButtonValue()
246 } catch (Exception e) { in getRadioButtonValue()
247 throw new Exception("Could not get value from RadioButton '" in getRadioButtonValue()
258 public XInterface getGraphic(String GraphicName) throws java.lang.Exception in getGraphic()
272 throws java.lang.Exception in setRadioButtonValue()
283 } catch (Exception e) { in setRadioButtonValue()
286 throw new Exception("Could not set value to RadioButton '" in setRadioButtonValue()
299 throws java.lang.Exception in selectListboxItem()
322 } catch (Exception e) { in selectListboxItem()
323 throw new Exception("Could not select item '" +nChildIndex+ in selectListboxItem()
336 throws java.lang.Exception in getListBoxObjects()
376 throw new Exception("Could not get child form list of '" in getListBoxObjects()
381 } catch (Exception e) { in getListBoxObjects()
382 throw new Exception("Could not get list of items from '" in getListBoxObjects()
400 throws java.lang.Exception in getListBoxItems()
440 throw new Exception("Could not get child form list of '" in getListBoxItems()
445 } catch (Exception e) { in getListBoxItems()
446 throw new Exception("Could not get list of items from '" in getListBoxItems()
459 throws java.lang.Exception in setNumericFieldValue()
470 } catch (Exception e) { in setNumericFieldValue()
471 throw new Exception("Could not set value '" + cValue + in setNumericFieldValue()
483 throws java.lang.Exception in getNumericFieldValue()
490 } catch (Exception e) { in getNumericFieldValue()
491 throw new Exception("Could get value from NumericField '" in getNumericFieldValue()
497 throws java.lang.Exception in removeCharactersFromCurrencyString()
530 } catch (Exception e) { in removeCharactersFromCurrencyString()
531 throw new Exception("Could get remove characters from currency string '" in removeCharactersFromCurrencyString()
545 throws java.lang.Exception in getNumericFieldNumericValue()
555 } catch (Exception e) { in getNumericFieldNumericValue()
556 throw new Exception("Could get numeric value from NumericField '" in getNumericFieldNumericValue()
569 throws java.lang.Exception in getTextBoxText()
589 throw new Exception("Could not get child fom TextFrame of '" in getTextBoxText()
594 } catch (Exception e) { in getTextBoxText()
595 throw new Exception("Could not get content fom Textbox '" in getTextBoxText()
612 throws java.lang.Exception in setCheckBoxValue()
621 } catch (Exception e) { in setCheckBoxValue()
622 throw new Exception("Could not set value to CheckBox '" in setCheckBoxValue()
634 throws java.lang.Exception in getCheckBoxValue()
643 } catch (Exception e) { in getCheckBoxValue()
644 throw new Exception("Could not set value to CheckBox '" in getCheckBoxValue()
655 throws java.lang.Exception in getMsgBoxText()
668 } catch (Exception e) { in getMsgBoxText()
669 throw new Exception("Could not get message from Basic-MessageBox: " + e.toString()); in getMsgBoxText()
678 public XWindow getTopWindow(String WindowName, boolean debug) throws java.lang.Exception in getTopWindow()
683 } catch (com.sun.star.uno.Exception e) { in getTopWindow()
684 throw new Exception("Could not toolkit: " + e.toString()); in getTopWindow()