Package com.alibaba.wasp

Examples of com.alibaba.wasp.QueryConditionException


            rangeConditions);
        if(entry != null) {
          if(isLastIndexField(index, field)) {
            range = entry;
          } else {
            throw new QueryConditionException("range condition must be at the last field in a index, the invalid field is " + field.getName());
          }
        }

      }
    }
View Full Code Here

TOP

Related Classes of com.alibaba.wasp.QueryConditionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.