Uses of Class
org.basex.core.BaseXException

Packages that use BaseXException
org.basex.core This package contains the database core classes. 
org.basex.test.examples Contains examples for using the project code. 
 

Uses of BaseXException in org.basex.core
 

Methods in org.basex.core that throw BaseXException
 void Proc.execute(Context ctx)
          Executes the process.
 void Proc.execute(Context ctx, OutputStream out)
          Executes the process and serializes textual results to the specified output stream.
 

Uses of BaseXException in org.basex.test.examples
 

Methods in org.basex.test.examples that throw BaseXException
static void WikiExample.main(String[] args)
          Runs the example code.
static void UserExample.main(String[] args)
          Runs the example code.
static void QueryExample.main(String[] args)
          Runs the example code.
static void DatabaseExample.main(String[] args)
          Runs the example code.
static void CollectionQueryExample.main(String[] args)
          Runs the example code.
static void CollectionExample.main(String[] args)
          Runs the example code.