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
Method Summary |
void |
check()
If an error was reported, throw the exception. |
void |
error(Throwable e)
Receives a notification for an error in the annotated code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InaccessibleWSDLException.Builder
public InaccessibleWSDLException.Builder()
error
public void error(Throwable e)
- Description copied from interface:
ErrorHandler
- Receives a notification for an error in the annotated code.
- Specified by:
error
in interface ErrorHandler
check
public void check()
throws InaccessibleWSDLException
- If an error was reported, throw the exception.
Otherwise exit normally.
- Throws:
InaccessibleWSDLException