Searched refs:handleError (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMErrorHandler.java65 * the <code>handleError</code> method.
66 * @return If the <code>handleError</code> method returns
72 public boolean handleError(DOMError error); method in interface:DOMErrorHandler
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXErrorHandler.java32 public abstract int handleError(long display, XErrorEvent err); method in class:XErrorHandler
40 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.XBaseErrorHandler
75 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.IgnoreBadWindowHandler
79 return super.handleError(display, err);
90 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.VerifyChangePropertyHandler
94 return super.handleError(display, err);
112 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.XShmAttachHandler
117 return super.handleError(display, err);
136 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.GLXBadAllocHandler
141 return super.handleError(displa
159 public int handleError(long display, XErrorEvent err) { method in class:XErrorHandler.XChangeWindowAttributesHandler
[all...]
H A DXErrorHandlerUtil.java150 return current_error_handler.handleError(display, event);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java70 context.handleError(e);
109 context.handleError(e);
130 state.getContext().handleError(e);
144 context.handleError(e);
154 context.handleError(e);
H A DUnmarshallingContext.java305 getInstance().handleError(e,false);
307 getInstance().handleError(e,false);
366 handleError(e);
671 public void handleError(Exception e) throws SAXException { method in class:UnmarshallingContext
672 handleError(e,true);
675 public void handleError(Exception e,boolean canRecover) throws SAXException { method in class:UnmarshallingContext
679 public void handleError(String msg) { method in class:UnmarshallingContext
992 handleError(e);
H A DLoader.java256 state.getContext().handleError(e);
H A DStructureLoader.java210 context.handleError(Messages.UNABLE_TO_CREATE_MAP.format(attCatchAll.valueType));
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java122 void handleError(PCSCException e) { method in class:CardImpl
175 handleError(e);
201 handleError(e);
216 handleError(e);
235 handleError(e);
H A DChannelImpl.java218 card.handleError(e);
281 card.handleError(e);
/openjdk7/jdk/src/share/back/
H A Dtransport.c455 goto handleError;
462 goto handleError;
472 goto handleError;
494 goto handleError;
501 goto handleError;
511 handleError:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java304 UnmarshallingContext.getInstance().handleError(e);
319 UnmarshallingContext.getInstance().handleError(e);
344 UnmarshallingContext.getInstance().handleError(e);
377 UnmarshallingContext.getInstance().handleError(e);
437 xs.handleError(e);
472 UnmarshallingContext.getInstance().handleError(e);
487 xs.handleError(e);
523 xs.handleError(e);
525 xs.handleError(e);
570 UnmarshallingContext.getInstance().handleError(
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java266 protected void handleError(int ln, String errorMsg) { method in class:DocumentParser
271 callback.handleError(errorMsg, getCurrentPos());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java145 fDomErrorHandler.handleError(fDOMError);
181 fDomErrorHandler.handleError(fDOMError);
226 fDomErrorHandler.handleError(fDOMError);
231 public boolean handleError(DOMError error) { method in class:DOMErrorHandlerWrapper
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXML11Serializer.java320 fDOMErrorHandler.handleError(fDOMError);
335 fDOMErrorHandler.handleError(fDOMError);
H A DDOMSerializerImpl.java535 ser.fDOMErrorHandler.handleError(error);
763 ser.fDOMErrorHandler.handleError(error);
829 ser.fDOMErrorHandler.handleError(error);
851 ser.fDOMErrorHandler.handleError(error);
1008 ser.fDOMErrorHandler.handleError(error);
H A DBaseMarkupSerializer.java1543 fDOMErrorHandler.handleError(fDOMError);
1549 if (!fDOMErrorHandler.handleError(fDOMError)) {
1564 fDOMErrorHandler.handleError(fDOMError);
1952 fDOMErrorHandler.handleError(fDOMError);
H A DXMLSerializer.java749 boolean continueProcess = fDOMErrorHandler.handleError(fDOMError);
866 boolean continueProcess = fDOMErrorHandler.handleError(fDOMError);
1039 boolean continueProcess = fDOMErrorHandler.handleError(fDOMError);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java543 UnmarshallingContext.getInstance().handleError(e, false);
545 UnmarshallingContext.getInstance().handleError(e, false);
H A DClassBeanInfoImpl.java284 context.handleError(e);
297 context.handleError(e);
H A DBridgeAdapter.java106 serializer.handleError(e,v,null);
H A DXMLSerializer.java1011 public boolean handleError(Exception e) { method in class:XMLSerializer
1012 return handleError(e,cycleDetectionStack.peek(),null);
1015 public boolean handleError(Exception e,Object source,String fieldName) { method in class:XMLSerializer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DTransducedAccessor.java287 context.handleError(Messages.UNASSIGNABLE_TYPE.format(targetType,t.getClass()));
328 context.handleError(e);
H A DLister.java405 context.handleError(e);
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java302 public void handleError(String errorMsg, int pos){ method in class:bug7165725.SBParserCallback
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java953 fErrorHandler.getErrorHandler ().handleError (error);
1010 fErrorHandler.getErrorHandler().handleError (error);
1098 fErrorHandler.getErrorHandler().handleError(error);

Completed in 7311 milliseconds

12