Package com.asakusafw.compiler.operator

Examples of com.asakusafw.compiler.operator.OperatorCompilerException


     * @return 構築したフロー部品クラスの一覧
     * @throws OperatorCompilerException 構築に失敗した場合
     */
    public List<FlowPartClass> collect() {
        if (sawError) {
            throw new OperatorCompilerException(null, "フロー部品クラスの分析に失敗したため、処理を中止します");
        }
        return collected;
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.compiler.operator.OperatorCompilerException

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.