com.sun.tools.ws.wsdl.framework
Class NoSuchEntityException

java.lang.Object
  extended by JAXWSExceptionBase
      extended by com.sun.tools.ws.wsdl.framework.ValidationException
          extended by com.sun.tools.ws.wsdl.framework.NoSuchEntityException

public class NoSuchEntityException
extends ValidationException

An exception signalling that an entity with the given name/id does not exist.


Constructor Summary
NoSuchEntityException(QName name)
           
NoSuchEntityException(String id)
           
 
Method Summary
 String getDefaultResourceBundleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSuchEntityException

public NoSuchEntityException(QName name)

NoSuchEntityException

public NoSuchEntityException(String id)
Method Detail

getDefaultResourceBundleName

public String getDefaultResourceBundleName()
Overrides:
getDefaultResourceBundleName in class ValidationException


Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.