com.sun.tools.ws.processor.model
Class ModelException
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
com.sun.tools.ws.processor.model.ModelException
- All Implemented Interfaces:
- Localizable, Serializable
public class ModelException
- extends ProcessorException
ModelException represents an exception that occurred while
visiting service model.
- Author:
- WS Development Team
- See Also:
ProcessorException,
Serialized Form
ModelException
public ModelException(String key,
Object... args)
ModelException
public ModelException(Throwable throwable)
ModelException
public ModelException(Localizable arg)
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Overrides:
getDefaultResourceBundleName in class ProcessorException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.