Uses of Interface
de.fraunhofer.ipsi.util.ErrorDescription

Packages that use ErrorDescription
de.fraunhofer.ipsi.xpathDatatypes   
de.fraunhofer.ipsi.xquery.api   
de.fraunhofer.ipsi.xquery.errors   
de.fraunhofer.ipsi.xquery.functions   
 

Uses of ErrorDescription in de.fraunhofer.ipsi.xpathDatatypes
 

Classes in de.fraunhofer.ipsi.xpathDatatypes that implement ErrorDescription
 class XPathError
           
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return ErrorDescription
 ErrorDescription XPathDTException.getError()
          Method getError
 

Constructors in de.fraunhofer.ipsi.xpathDatatypes with parameters of type ErrorDescription
XPathDTException(ErrorDescription error)
          Constructor
 

Uses of ErrorDescription in de.fraunhofer.ipsi.xquery.api
 

Constructors in de.fraunhofer.ipsi.xquery.api with parameters of type ErrorDescription
XQueryException(PositionInfo pos, ErrorDescription error)
          Constructor
XQueryException(PositionInfo pos, ErrorDescription error, java.lang.String[] args)
          Constructor
 

Uses of ErrorDescription in de.fraunhofer.ipsi.xquery.errors
 

Classes in de.fraunhofer.ipsi.xquery.errors that implement ErrorDescription
 class DynamicError
           
 class FunctionError
           
 class StaticError
           
 class TypeError
           
 

Uses of ErrorDescription in de.fraunhofer.ipsi.xquery.functions
 

Methods in de.fraunhofer.ipsi.xquery.functions that return ErrorDescription
 ErrorDescription FunctionException.getError()
          Method getError
 

Constructors in de.fraunhofer.ipsi.xquery.functions with parameters of type ErrorDescription
FunctionException(ErrorDescription error)
          Constructor