Package com.taobao.tddl.interact.rule.exception

Examples of com.taobao.tddl.interact.rule.exception.NotSupportException


    case Comparative.LessThan:
    case Comparative.LessThanOrEqual:
      //������Ҫȫȡ�����
      throw new EnumerationInterruptException(comp);
    default:
      throw new NotSupportException("not support yet");
    }
  }
View Full Code Here

TOP

Related Classes of com.taobao.tddl.interact.rule.exception.NotSupportException

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.