com.sun.tools.ws.wsdl.framework
Class NoSuchEntityException
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.ValidationException
com.sun.tools.ws.wsdl.framework.NoSuchEntityException
- All Implemented Interfaces:
- com.sun.istack.localization.Localizable, Serializable
public class NoSuchEntityException
- extends ValidationException
An exception signalling that an entity with the given name/id does not exist.
- See Also:
- Serialized Form
Fields inherited from interface com.sun.istack.localization.Localizable |
NOT_LOCALIZABLE |
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase |
getArguments, getKey, getMessage, getResourceBundleName |
NoSuchEntityException
public NoSuchEntityException(QName name)
NoSuchEntityException
public NoSuchEntityException(String id)
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Overrides:
getDefaultResourceBundleName
in class ValidationException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.