Uses of Class
tigase.xml.db.XMLDBException

Packages that use XMLDBException
tigase.xml.db This package contains implementation of simple data base stored in XML file. 
 

Uses of XMLDBException in tigase.xml.db
 

Subclasses of XMLDBException in tigase.xml.db
 class NodeExistsException
          This exception is thrown when user tries to add subnode with name which already exists in data base.
 class NodeNotFoundException
          Exception is thrown when user tries to access non-existen node on 1st level.
 

Methods in tigase.xml.db that throw XMLDBException
protected  void XMLDB.loadDB()
           
 

Constructors in tigase.xml.db that throw XMLDBException
XMLDB(java.lang.String db_file)
           
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.