Searched defs:resBundle (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlReader.java50 private JdbcRowSetResourceBundle resBundle; field in class:WebRowSetXmlReader
54 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
112 System.out.println (MessageFormat.format(resBundle.handleGetObject("wrsxmlreader.parseerr").toString(), new Object[]{ err.getMessage (), err.getLineNumber(), err.getSystemId()}));
128 throw new SQLException(resBundle.handleGetObject("wrsxmlreader.invalidcp").toString());
131 throw new SQLException(MessageFormat.format(resBundle.handleGetObject("wrsxmlreader.readxml").toString() , e.getMessage()));
186 System.out.println (MessageFormat.format(resBundle.handleGetObject("wrsxmlreader.parseerr").toString(), new Object[]{err.getLineNumber(), err.getSystemId() }));
203 throw new SQLException(resBundle.handleGetObject("wrsxmlreader.invalidcp").toString());
207 throw new SQLException(MessageFormat.format(resBundle.handleGetObject("wrsxmlreader.readxml").toString() , e.getMessage()));
220 * This method re populates the resBundle
229 resBundle
[all...]
H A DCachedRowSetReader.java85 private JdbcRowSetResourceBundle resBundle; field in class:CachedRowSetReader
89 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
161 throw new SQLException(resBundle.handleGetObject("crsreader.connecterr").toString());
334 SQLException sqlEx = new SQLException(resBundle.handleGetObject("crsreader.connect").toString());
391 System.err.println(resBundle.handleGetObject("crsreader.datedetected").toString());
393 System.err.println(resBundle.handleGetObject("crsreader.caldetected").toString());
399 throw new SQLException(resBundle.handleGetObject("crsreader.paramtype").toString());
440 throw new SQLException(resBundle.handleGetObject("crsreader.paramtype").toString());
454 throw new SQLException(resBundle.handleGetObject("crsreader.paramtype").toString());
498 resBundle
[all...]
H A DInsertRow.java55 private JdbcRowSetResourceBundle resBundle; field in class:InsertRow
72 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
137 throw new SQLException(resBundle.handleGetObject("insertrow.novalue").toString());
162 * This method re populates the resBundle
171 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
H A DCachedRowSetWriter.java200 private JdbcRowSetResourceBundle resBundle; field in class:CachedRowSetWriter
204 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
286 throw new SQLException(resBundle.handleGetObject("crswriter.connect").toString());
412 SyncProviderException spe = new SyncProviderException(status.size() - 1+resBundle.handleGetObject("crswriter.conflictsno").toString());
583 throw new SQLException(MessageFormat.format(resBundle.handleGetObject("cachedrowsetimpl.unableins").toString(),
586 throw new SQLException(MessageFormat.format(resBundle.handleGetObject("cachedrowsetimpl.unableins").toString(),
1083 throw new SQLException(resBundle.handleGetObject("crswriter.tname").toString());
1432 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
H A DWebRowSetXmlWriter.java60 private JdbcRowSetResourceBundle resBundle; field in class:WebRowSetXmlWriter
65 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
153 throw new SQLException(MessageFormat.format(resBundle.handleGetObject("wrsxmlwriter.ioex").toString(), ex.getMessage()));
259 throw new java.io.IOException(MessageFormat.format(resBundle.handleGetObject("wrsxmlwriter.sqlex").toString(), ex.getMessage()));
305 throw new java.io.IOException(MessageFormat.format(resBundle.handleGetObject("wrsxmlwriter.sqlex").toString(), ex.getMessage()));
360 throw new java.io.IOException(MessageFormat.format(resBundle.handleGetObject("wrsxmlwriter.sqlex").toString(), ex.getMessage()));
449 System.out.println(resBundle.handleGetObject("wsrxmlwriter.notproper").toString());
453 throw new java.io.IOException(resBundle.handleGetObject("wrsxmlwriter.failedwrite").toString()+ ex.getMessage());
668 * This method re populates the resBundle
677 resBundle
[all...]
H A DXmlReaderContentHandler.java420 private JdbcRowSetResourceBundle resBundle; field in class:XmlReaderContentHandler
455 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
665 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errmap").toString(), ex.getMessage()));
698 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errmetadata").toString(), ex.getMessage()));
709 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errmetadata").toString(), ex.getMessage()));
741 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errinsertval").toString(), ex.getMessage()));
756 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errconstr").toString(), ex.getMessage()));
767 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errdel").toString() , ex.getMessage()));
777 throw new SAXException(MessageFormat.format(resBundle.handleGetObject("xmlrch.errinsert").toString() , ex.getMessage()));
789 throw new SAXException(MessageFormat.format(resBundle
[all...]
H A DSyncResolverImpl.java101 private JdbcRowSetResourceBundle resBundle; field in class:SyncResolverImpl
114 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
194 throw new SQLException(resBundle.handleGetObject("syncrsimpl.indexval").toString()+ index);
198 throw new SQLException(resBundle.handleGetObject("syncrsimpl.noconflict").toString());
276 throw new SQLException(resBundle.handleGetObject("syncrsimpl.syncnotpos").toString());
281 throw new SQLException(resBundle.handleGetObject("syncrsimpl.valtores").toString());
4843 * This method re populates the resBundle
4852 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
/openjdk7/jdk/src/share/classes/com/sun/rowset/providers/
H A DRIOptimisticProvider.java113 private JdbcRowSetResourceBundle resBundle; field in class:RIOptimisticProvider
128 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
199 throw new SyncProviderException(resBundle.handleGetObject("riop.locking").toString());
254 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
H A DRIXMLProvider.java95 private JdbcRowSetResourceBundle resBundle; field in class:RIXMLProvider
107 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
210 throw new UnsupportedOperationException(resBundle.handleGetObject("rixml.unsupp").toString());
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java104 protected transient JdbcRowSetResourceBundle resBundle; field in class:JdbcRowSetImpl
143 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
157 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setshowdeleted").toString() +
164 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setquerytimeout").toString() +
171 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setmaxrows").toString() +
178 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setmaxfieldsize").toString() +
185 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setescapeprocessing").toString() +
192 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.setconcurrency").toString() +
201 System.err.println(resBundle.handleGetObject("jdbcrowsetimpl.settype").toString() +
210 System.err.println(resBundle
[all...]
H A DCachedRowSetImpl.java314 protected transient JdbcRowSetResourceBundle resBundle; field in class:CachedRowSetImpl
353 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
363 throw new SQLException(resBundle.handleGetObject("cachedrowsetimpl.invalidp").toString());
456 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
462 throw new SQLException(resBundle.handleGetObject("cachedrowsetimpl.nullhash").toString());
502 if(resBundle == null) {
504 resBundle = JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle();
630 throw new SQLException(resBundle.handleGetObject("cachedrowsetimpl.populate").toString());
870 throw new SyncProviderException(resBundle.handleGetObject("cachedrowsetimpl.invalidop").toString());
905 throw new SyncProviderException(resBundle
[all...]

Completed in 558 milliseconds