Lines Matching refs:Exception

67     public static void beforeClass() throws java.lang.Exception  in beforeClass()
73 public static void afterClass() throws java.lang.Exception in afterClass()
98 catch ( com.sun.star.uno.Exception e ) in closeDocument()
105 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
114 public void after() throws com.sun.star.uno.Exception, java.lang.Exception in after()
121 public void checkTextFieldBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkTextFieldBinding()
154 public void checkBooleanRadioBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkBooleanRadioBinding()
192 public void checkStringRadioBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkStringRadioBinding()
229 … public void checkBooleanCheckBoxBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkBooleanCheckBoxBinding()
258 public void checkStringCheckBoxBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkStringCheckBoxBinding()
293 public void checkListBoxBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkListBoxBinding()
336 public void checkListBoxIndexBinding() throws com.sun.star.uno.Exception, java.lang.Exception in checkListBoxIndexBinding()
377 …Pos, String label, String name, String tag ) throws com.sun.star.uno.Exception, java.lang.Exception in createRadio()
390 String errorMessage ) throws com.sun.star.uno.Exception, java.lang.Exception in verifyRadioStates()
405 …n verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.star.uno.Exception in verifyVoidCell()
422 …nt( short col, short row, double value, String failErrorMessage ) throws com.sun.star.uno.Exception in verifyNumericCellContent()
438 …ent( short col, short row, String text, String failErrorMessage ) throws com.sun.star.uno.Exception in verifyStringCellContent()
454 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText()
465 … private void setCellValue( short col, short row, double value ) throws com.sun.star.uno.Exception in setCellValue()
476 private void setCellEmpty( short col, short row ) throws com.sun.star.uno.Exception in setCellEmpty()
491 …ntrolModel, short column, short row, String _bindingServiceName ) throws com.sun.star.uno.Exception in bindToCell()
516 …ndToCell( XPropertySet _controlModel, short _column, short _row ) throws com.sun.star.uno.Exception in bindToCell()
524 …Set _listSink, short _sourceCol, short _rowStart, short _rowEnd ) throws com.sun.star.uno.Exception in setListSource()
540 private void simulateUserRadioCheck( XPropertySet radioModel ) throws com.sun.star.uno.Exception in simulateUserRadioCheck()
555 …d simulateUserCheckBoxCheck( XPropertySet checkBox, short state ) throws com.sun.star.uno.Exception in simulateUserCheckBoxCheck()
569 …serListBoxSelection( XPropertySet _listBox, String _selectEntry ) throws com.sun.star.uno.Exception in simulateUserListBoxSelection()
579 …d simulateUserTextInput( XPropertySet controlModel, String text ) throws com.sun.star.uno.Exception in simulateUserTextInput()