com.sun.xml.ws.wsdl.parser
Class InaccessibleWSDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
All Implemented Interfaces:
java.io.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, javax.xml.transform.Source, org.xml.sax.EntityResolver, boolean, com.sun.xml.ws.api.server.Container, com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension[])

See Also:
Serialized Form

Nested Class Summary
static class InaccessibleWSDLException.Builder
           
 
Constructor Summary
InaccessibleWSDLException(java.util.List<java.lang.Throwable> errors)
           
 
Method Summary
 java.util.List<java.lang.Throwable> getErrors()
          Returns a read-only list of InaccessibleWSDLExceptions wrapped in this exception.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InaccessibleWSDLException

public InaccessibleWSDLException(java.util.List<java.lang.Throwable> errors)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getErrors

public java.util.List<java.lang.Throwable> getErrors()
Returns a read-only list of InaccessibleWSDLExceptions wrapped in this exception.

Returns:
a non-null list.


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.