com.sun.xml.ws.wsdl.parser
Class InaccessibleWSDLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
- All Implemented Interfaces:
- Serializable
public class InaccessibleWSDLException
- extends javax.xml.ws.WebServiceException
A list of 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[])
- See Also:
- Serialized Form
InaccessibleWSDLException
public InaccessibleWSDLException(List<Throwable> errors)
toString
public String toString()
- Overrides:
toString
in class Throwable
getErrors
public List<Throwable> getErrors()
- Returns a read-only list of
InaccessibleWSDLException
s
wrapped in this exception.
- Returns:
- a non-null list.