Package com.sun.xml.ws.wsdl.parser
Class InaccessibleWSDLException.Builder
- java.lang.Object
-
- com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException.Builder
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- InaccessibleWSDLException
public static class InaccessibleWSDLException.Builder extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()If an error was reported, throw the exception.voiderror(Throwable e)Receives a notification for an error in the annotated code.
-
-
-
Method Detail
-
error
public void error(Throwable e)
Description copied from interface:ErrorHandlerReceives a notification for an error in the annotated code.- Specified by:
errorin interfaceErrorHandler
-
check
public void check() throws InaccessibleWSDLExceptionIf an error was reported, throw the exception. Otherwise exit normally.- Throws:
InaccessibleWSDLException
-
-