Searched refs:spe (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DSAXSourceLocator.java88 * @param spe SAXParseException exception.
90 public SAXSourceLocator(SAXParseException spe) argument
92 this.setLineNumber( spe.getLineNumber() );
93 this.setColumnNumber( spe.getColumnNumber() );
94 this.setPublicId( spe.getPublicId() );
95 this.setSystemId( spe.getSystemId() );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DAbstractReferenceFinderImpl.java87 SAXParseException spe = new SAXParseException2(
91 fatalError(spe);
92 throw spe;
94 SAXParseException spe = new SAXParseException2(
98 fatalError(spe);
99 throw spe;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DAbstractReferenceFinderImpl.java107 SAXParseException spe = new SAXParseException2(
111 fatalError(spe);
112 throw spe;
114 SAXParseException spe = new SAXParseException2(
118 fatalError(spe);
119 throw spe;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DJAXPParser.java82 SAXParseException spe = new SAXParseException(e.getMessage(),null,e);
83 errorHandler.fatalError(spe);
84 throw spe;
143 SAXParseException spe = new SAXParseException(
148 this.getErrorHandler().fatalError(spe);
149 throw spe;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DAbstractExtensionBindingChecker.java198 SAXParseException spe = new SAXParseException( msg, locator );
199 getErrorHandler().error(spe);
200 return spe;
207 SAXParseException spe = new SAXParseException( msg, locator );
208 getErrorHandler().warning(spe);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2241 SymbolPropertyEntry* spe = invoke_method_table()->find_entry(index, hash, signature, iid); local
2243 if (spe == NULL || spe->property_oop() == NULL) {
2244 spe = NULL;
2254 spe = invoke_method_table()->find_entry(index, hash, signature, iid);
2255 if (spe == NULL)
2256 spe = invoke_method_table()->add_entry(index, hash, signature, iid);
2257 if (spe->property_oop() == NULL)
2258 spe->set_property_oop(m());
2262 assert(spe !
2348 SymbolPropertyEntry* spe = invoke_method_table()->find_entry(index, hash, signature, null_iid); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java369 SAXParseException spe = new SAXParseException(msg, null);
371 _errorHandler.fatalError(spe);
372 return spe;
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java412 SyncProviderException spe = new SyncProviderException(status.size() - 1+resBundle.handleGetObject("crswriter.conflictsno").toString());
413 //SyncResolver syncRes = spe.getSyncResolver();
415 SyncResolverImpl syncResImpl = (SyncResolverImpl) spe.getSyncResolver();
423 throw spe;
H A DSyncResolverImpl.java269 } catch(SyncProviderException spe) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java2187 SAXParseException spe = new SAXParseException(msg,
2189 dtdHandler.fatalError(spe);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java908 } catch (SyncProviderException spe) {
909 throw spe;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2290 catch (SAXParseException spe) {
2291 throw SAX2XNIUtil.createXMLParseException0(spe);

Completed in 220 milliseconds