Uses of Class
org.xins.common.spec.EntityNotFoundException

Packages that use EntityNotFoundException
org.xins.common.spec API specification classes. 
 

Uses of EntityNotFoundException in org.xins.common.spec
 

Methods in org.xins.common.spec that throw EntityNotFoundException
 DataSectionElementSpec DataSectionElementSpec.getSubElement(String elementName)
          Gets the specified sub element that are included in this element.
 ParameterSpec DataSectionElementSpec.getAttribute(String attributeName)
          Gets the specification of the specified attribute of the element.
 ParameterSpec ErrorCodeSpec.getOutputParameter(String parameterName)
          Gets the output parameter for the specified name.
 DataSectionElementSpec ErrorCodeSpec.getOutputDataSectionElement(String elementName)
          Gets the specification of the element of the output data section with the specified name.
 ParameterSpec FunctionSpec.getInputParameter(String parameterName)
          Gets the input parameter for the specified name.
 ParameterSpec FunctionSpec.getOutputParameter(String parameterName)
          Gets the output parameter of the specified name.
 ErrorCodeSpec FunctionSpec.getErrorCode(String errorCodeName)
          Gets the error code specification for the specified error code.
 DataSectionElementSpec FunctionSpec.getInputDataSectionElement(String elementName)
          Gets the specification of the element of the input data section with the specified name.
 DataSectionElementSpec FunctionSpec.getOutputDataSectionElement(String elementName)
          Gets the specification of the element of the output data section with the specified name.
 FunctionSpec APISpec.getFunction(String functionName)
          Gets the specification of the given function.
 



See http://www.xins.org/.