Uses of Class
org.basex.core.BaseXException

Packages that use BaseXException
org.basex Main package of the project, containing all starter classes with main methods. 
org.basex.core Database core classes. 
org.basex.core.cmd Database commands. 
org.basex.server Server implementation. 
org.basex.util Utility classes. 
 

Uses of BaseXException in org.basex
 

Methods in org.basex that throw BaseXException
static void BaseXServer.start(int port, java.lang.String... args)
          Starts the database server in a separate process.
 

Constructors in org.basex that throw BaseXException
BaseXGUI(java.lang.String... args)
          Constructor.
 

Uses of BaseXException in org.basex.core
 

Methods in org.basex.core that throw BaseXException
 java.lang.String Command.execute(Context ctx)
          Executes the command and returns the result as string.
 void Command.execute(Context ctx, java.io.OutputStream os)
          Executes the command and prints the result to the specified output stream.
 

Uses of BaseXException in org.basex.core.cmd
 

Methods in org.basex.core.cmd that throw BaseXException
static void CreateUser.create(java.lang.String user, java.lang.String pass, Context ctx)
          Creates a new user.
 

Uses of BaseXException in org.basex.server
 

Methods in org.basex.server that throw BaseXException
protected  void LocalSession.execute(Command cmd, java.io.OutputStream os)
           
protected  void LocalSession.execute(java.lang.String str, java.io.OutputStream os)
           
 

Uses of BaseXException in org.basex.util
 

Methods in org.basex.util that throw BaseXException
 int Args.number()
          Returns the next positive numeric argument.
 void Args.usage()
          Throws an exception with the command usage info.