Uses of Class
tigase.xml.db.XMLDBException
Packages that use XMLDBException
Package
Description
This package contains implementation of simple data base stored in XML file.
-
Uses of XMLDBException in tigase.conf
Methods in tigase.conf that throw XMLDBExceptionModifier and TypeMethodDescriptionstatic ConfigXMLRepository
ConfigXMLRepository.getConfigRepository()
static ConfigXMLRepository
ConfigXMLRepository.getConfigRepository
(boolean debug, String file_name) static ConfigXMLRepository
ConfigXMLRepository.getConfigRepository
(String file_name) -
Uses of XMLDBException in tigase.xml.db
Subclasses of XMLDBException in tigase.xml.dbModifier and TypeClassDescriptionclass
This exception is thrown when user tries to add subnode with name which already exists in data base.class
Exception is thrown when user tries to access non-existen node on 1st level.Methods in tigase.xml.db that throw XMLDBExceptionConstructors in tigase.xml.db that throw XMLDBException