Package com.sun.xml.ws.wsdl.parser
Class InaccessibleWSDLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
-
- All Implemented Interfaces:
Serializable
public class InaccessibleWSDLException extends jakarta.xml.ws.WebServiceExceptionA list ofInaccessibleWSDLExceptionwrapped in one exception.This exception is used to report all the errors during WSDL parsing from
RuntimeWSDLParser.parse(java.net.URL, javax.xml.transform.Source, org.xml.sax.EntityResolver, boolean, com.sun.xml.ws.api.server.Container, com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension[])- Author:
- Vivek Pandey
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInaccessibleWSDLException.Builder
-
Constructor Summary
Constructors Constructor Description InaccessibleWSDLException(List<Throwable> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Throwable>getErrors()Returns a read-only list ofInaccessibleWSDLExceptions wrapped in this exception.StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-