146147148149150151152153
clearValue(); } catch ( IOException e ) { clearValue(); throw new CursorException( e ); } }
214215216217218219220221
browser.beforeFirst(); clearValue(); } catch ( IOException e ) { throw new CursorException( e ); } }
238239240241242243244245
browser.afterLast(); clearValue(); } catch ( IOException e ) { throw new CursorException( e ); } }
293294295296297298299300
return false; } } catch ( IOException e ) { throw new CursorException( e ); } }
328329330331332333334335
190191192193194195196197
220221222223224225226227