Package org.apache.avalon.framework

Examples of org.apache.avalon.framework.CascadingError


            }
            return result;
        } catch (CannotYetResolveWarning w) {
            return null;
        } catch (ExpressionException e) {
            throw new CascadingError("Error evaluating calculated field formula", e);
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.avalon.framework.CascadingError

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.