Uses of Class
wt.query.qml.QMLException

Packages that use QMLException
wt.query.qml   
wt.query.report Provides support for the reporting package, wt.query.template
 

Uses of QMLException in wt.query.qml
 

Methods in wt.query.qml that throw QMLException
 void WhereHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 WhereExpression WhereElementHandler.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 WhereExpression WhereElementFactory.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void SubSelectHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression SubSelectHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 Element SubQueryStatementHandler.getSelect(Element a_element)
          Returns the Select element of this query.
 StatementSpec StatementHandler.build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 StatementSpec StatementFactory.build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 StatementSpec QueryStatementHandler.build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 Element QueryStatementHandler.getSelect(Element a_element)
          Returns the Select element of this query.
 void QueryElementHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void QueryElementFactory.appendQueryElement(QuerySpec a_querySpec, Element a_element, boolean a_processChildren, Hashtable a_parameterMap)
          

Supported API: false
 void QueryElementFactory.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression ParameterHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void OrderByHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression OperandElementHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression OperandElementFactory.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void ObjectSelectHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 WhereExpression NegatedConditionHandler.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression ListHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void KeywordHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression KeywordHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void JoinHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void GroupByHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void FunctionHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression FunctionHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 WhereExpression ExistsHandler.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void DomProcessor.parse(InputSource inputSource)
          This method will perform a validating parse on the input source.
 void DomProcessor.parse(InputSource a_inputSource, SumExceptionErrorHandler a_errorHandler)
          This method will perform a validating parse on the input source.
 boolean DomProcessor.makeValid()
          This method validates the current document.
 IndexedRelationalExpression DelimitedListHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void ConstantHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression ConstantHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 WhereExpression ConditionHandler.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
private  void ConditionHandler.validateQMLSwap(Element leftElement, Element opElement, Element rightElement)
           
 StatementSpec CompoundStatementHandler.build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 WhereExpression CompositeConditionHandler.buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression ColumnTargetHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void ColumnHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 IndexedRelationalExpression ColumnHandler.buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 void ClassFromHandler.appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
abstract  Element AbstractQueryStatementHandler.getSelect(Element a_element)
          Returns the Select element of this query.
 StatementSpec AbstractQueryStatementHandler.build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 

Uses of QMLException in wt.query.report
 

Methods in wt.query.report that throw QMLException
 ColumnExpression UserNameMacroProcessor.buildExpression(Element a_element, Map a_parameterMap)
          Returns the ColumnExpression value associated with this macro.
 ColumnExpression MacroExpressionProcessor.buildExpression(Element a_element, Map a_parameterMap)
          Returns the ColumnExpression value associated with this macro.
 ColumnExpression CurrentTimeMacroProcessor.buildExpression(Element a_element, Map a_parameterMap)
          Returns the ColumnExpression value associated with this macro.