Package com.sun.tools.ws.util
Class WSDLParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.ws.WebServiceException
-
- com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
- com.sun.tools.ws.util.WSDLParseException
-
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
public class WSDLParseException extends com.sun.xml.ws.util.exception.JAXWSExceptionBase- Author:
- WS Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSDLParseException(String key, Object... args)WSDLParseException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultResourceBundleName()-
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundle, getResourceBundleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Specified by:
getDefaultResourceBundleNamein classcom.sun.xml.ws.util.exception.JAXWSExceptionBase
-
-