Package com.sun.tools.ws.wsdl.framework
Class ParseException
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.wsdl.framework.ParseException
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
public class ParseException
extends com.sun.xml.ws.util.exception.JAXWSExceptionBase
An exception signalling a parsing error.
- Author:
- WS Development Team
- See Also:
-
Field Summary
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionParseException(com.sun.istack.localization.Localizable message) ParseException(String key, Object... args) ParseException(Throwable throwable) -
Method Summary
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundle, getResourceBundleNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
-
ParseException
public ParseException(com.sun.istack.localization.Localizable message) -
ParseException
-
-
Method Details
-
getDefaultResourceBundleName
- Specified by:
getDefaultResourceBundleNamein classcom.sun.xml.ws.util.exception.JAXWSExceptionBase
-