Package com.volantis.synergetics.reporting

Examples of com.volantis.synergetics.reporting.ReportingException


                reportingConfig = parser.parse(is);
            } catch (RuntimeException re) {
                // this is a fatal error. Apps that rely on reporting cannot
                // continue if this occurs
                LOGGER.fatal("failed-to-parse-configuration-file", location, re);
                throw new ReportingException(
                    "failed-to-parse-configuration-file", location);
            }
        }

        FACTORY = new MetricGroupProxyFactory(reportingConfig);
View Full Code Here

TOP

Related Classes of com.volantis.synergetics.reporting.ReportingException

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.