Uses of Class
org.basex.query.QueryException

Packages that use QueryException
org.basex.query Provides classes for querying the data. 
org.basex.query.pf Answers Pathfinder XPath queries. 
org.basex.query.xquery Includes an implementation of XQuery 1.0. 
org.basex.test Contains classes for testing the project code. 
 

Uses of QueryException in org.basex.query
 

Subclasses of QueryException in org.basex.query
 class EvalException
          This class indicates exceptions during query evaluation.
 class ParseException
          This class indicates exceptions during query parsing.
 

Methods in org.basex.query that throw QueryException
 QueryContext QueryProcessor.compile(Nodes nodes)
          Parses the specified query and writes the result to the specified output stream.
 Result QueryProcessor.query(Nodes n)
          Parses the specified query and returns the result.
 Nodes QueryProcessor.queryNodes(Nodes nodes)
          Parses the specified query and returns the result nodes.
 

Uses of QueryException in org.basex.query.pf
 

Methods in org.basex.query.pf that throw QueryException
 QueryContext PFP.parse()
           
 

Uses of QueryException in org.basex.query.xquery
 

Subclasses of QueryException in org.basex.query.xquery
 class XQException
          This class indicates exceptions during query evaluation.
 

Methods in org.basex.query.xquery that throw QueryException
 QueryContext XQueryProcessor.parse()
           
 void XQueryProcessor.parse(byte[] in)
          Parses the specified input.
 

Uses of QueryException in org.basex.test
 

Methods in org.basex.test that throw QueryException
 void ASTTest.allNamesBug()
          Test for wildcard matching.
 void ASTTest.attributesBug()
          Test for attribute axis.
 void ASTTest.comparisonBug()
          Test for comparing text nodes with numbers.
 void ASTTest.comparisonTest()
          Test for comparison.
 void ASTTest.descOrSelfBug()
          Test for descendant-or-self axis.
 void ASTTest.docNodeNotReturned()
          Test for doc node not returned on child step from doc node.
 void ASTTest.docNodeReturned1()
          Test for doc node returned on '/' query.
 void ASTTest.docNodeReturned2()
          Test for doc node returned on '/.' query.
 void ASTTest.docNodeReturned3()
          Test for cod node contained in ancestor axis.
 void ASTTest.dotSlashBug1()
          Test for './.' bug.
 void ASTTest.dotSlashBug2()
          Test for './/.' bug.
 void ASTTest.dotSlashBug3()
          Test for '.
 void ASTTest.dotSlashBug4()
          Test for './' not allowed.
 void ASTTest.dotSlashBug5()
          Test for 'a/' not allowed.
 void ASTTest.doubleSlashBug1()
          Test for '//' not recognized as valid.
 void ASTTest.doubleSlashBug2()
          Test for '//' not recognized as valid.
 void ASTTest.doubleSlashBug3()
          Test for 'count(//)' not recognized as valid.
 void ASTTest.functionCallTest()
          Test a function.
 void ASTTest.multipleSlashesBug1()
          Test for '///' not recognized as valid.
 void ASTTest.multipleSlashesBug2()
          Test for '////' not recognized as valid.
 void ASTTest.nameOnlyBug()
          Test for 'a[b]' bug.
 void ASTTest.nameResolvingBug()
          Test for basic name resolving.
 void ASTTest.printAllTest()
          Print document to sysout.
 void ASTTest.testBasic()
          Test for doc node returned on '/' query.
 void ASTTest.unfinishedPredicateBug()
          Test for 'a[b' throwing ParsingException, not Errors.