Package com.sun.xml.ws.wsdl.parser
Interface ErrorHandler
-
- All Known Implementing Classes:
InaccessibleWSDLException.Builder
public interface ErrorHandlerlisten to static errors found during building a the WSDL Model.- Author:
- Vivek Pandey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(Throwable e)Receives a notification for an error in the annotated code.
-
-
-
Method Detail
-
error
void error(Throwable e)
Receives a notification for an error in the annotated code.
-
-