Package org.webharvest.exception

Examples of org.webharvest.exception.FunctionException


        FunctionDef functionDef = scraper.getConfiguration().getFunctionDef(functionName);

        this.setProperty("Name", functionName);

        if (functionDef == null) {
            throw new FunctionException("Function \"" + functionName + "\" is undefined!");
        }

        scraper.clearFunctionParams();

        // executes body of call processor
View Full Code Here

TOP

Related Classes of org.webharvest.exception.FunctionException

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.