Package com.sun.xml.rpc.util
Class WSDLParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.rpc.JAXRPCException
-
- com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
-
- com.sun.xml.rpc.util.WSDLParseException
-
- All Implemented Interfaces:
Localizable
,Serializable
public class WSDLParseException extends JAXRPCExceptionBase
- Author:
- JAX-RPC Development Team
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description WSDLParseException(String key)
WSDLParseException(String key, Localizable localizable)
WSDLParseException(String key, Object[] args)
WSDLParseException(String key, String arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourceBundleName()
-
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
WSDLParseException
public WSDLParseException(String key)
-
WSDLParseException
public WSDLParseException(String key, Localizable localizable)
-
-
Method Detail
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleName
in interfaceLocalizable
- Specified by:
getResourceBundleName
in classJAXRPCExceptionBase
-
-