public class InaccessibleWSDLException extends WebServiceException
InaccessibleWSDLException
wrapped in one exception.
This exception is used to report all the errors during WSDL parsing from RuntimeWSDLParser#parse(java.net.URL, org.xml.sax.EntityResolver, boolean, com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension[])
Modifier and Type | Class and Description |
---|---|
static class |
InaccessibleWSDLException.Builder |
Constructor and Description |
---|
InaccessibleWSDLException(List<Throwable> errors) |
Modifier and Type | Method and Description |
---|---|
List<Throwable> |
getErrors()
Returns a read-only list of
InaccessibleWSDLException s
wrapped in this exception. |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.