Qizx fe-4.4p2 API

Uses of Class
com.qizx.api.QizxException

Packages that use QizxException
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of QizxException in com.qizx.api
 

Subclasses of QizxException in com.qizx.api
 class AccessControlException
          Exception thrown when an AccessControl denies a User the permission to read or modify information in Library.
 class CompilationException
          Thrown at the end of the compilation of an Expression if there are errors.
 class DataModelException
          Exception raised by operations on XML data.
 class EvaluationException
          Exception thrown by an error in the execution of an XQuery Expression.
 class LibraryException
          A specific class of DataModelException raised by Library operations.
 

Methods in com.qizx.api that throw QizxException
 void XQuerySessionManager.configure(Properties properties)
          Configures a XQuerySessionManager with a set of properties.
abstract  LibraryManager LibraryManagerFactory.createLibraryGroup(File groupDirectory)
          Deprecated. Creates a LibraryManager controlling a group of XML Libraries
static LibraryManager Configuration.createLibraryGroup(File groupDirectory)
          Creates a group of XML Libraries and the LibraryManager controlling it.
static LibraryManager Configuration.createLibraryManager()
          Creates a LibraryManager without group directory and without XML Libraries.
abstract  LibraryManager LibraryManagerFactory.createManager()
          Deprecated. Creates a LibraryManager without group directory and without XML Libraries.
static XQuerySessionManager Configuration.createSessionManager(String baseURI)
          Creates a plain Session Manager.
 void Item.export(XMLPushStream writer)
          Streaming export of a Node in "push" mode.
 Object Item.getObject()
          Converts the item value to a Java object, according to its actual type.
abstract  LibraryManager LibraryManagerFactory.openLibraryGroup(File groupDirectory)
          Deprecated. Starts a LibraryManager controlling an existing group of XML Libraries located as sub-directories of the 'group directory'.
static LibraryManager Configuration.openLibraryGroup(File groupDirectory)
          Starts a LibraryManager controlling an existing group of XML Libraries.
 void Indexing.parse(InputSource source)
          Parses an Indexing specification from XML text representation.
 void Indexing.parse(InputSource source, XMLReader parser)
          Parses an Indexing specification from XML text representation.
 


© 2010 Axyana Software