Package com.sun.tools.ws.processor
Class ProcessorException
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.processor.ProcessorException
- All Implemented Interfaces:
com.sun.istack.localization.Localizable,com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier,Serializable
- Direct Known Subclasses:
GeneratorException,ModelerException,ModelException
public class ProcessorException
extends com.sun.xml.ws.util.exception.JAXWSExceptionBase
ProcessorException represents an exception that occurred while processing
a web service.
- Author:
- WS Development Team
- See Also:
-
JAXWSExceptionBase- Serialized Form
-
Field Summary
Fields inherited from interface com.sun.istack.localization.Localizable
NOT_LOCALIZABLE -
Constructor Summary
ConstructorsConstructorDescriptionProcessorException(String msg) ProcessorException(String key, Object... args) ProcessorException(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
-
ProcessorException
-
ProcessorException
-
ProcessorException
-
-
Method Details
-
getDefaultResourceBundleName
- Specified by:
getDefaultResourceBundleNamein classcom.sun.xml.ws.util.exception.JAXWSExceptionBase
-