Package it.eng.spagobi.kpi.exceptions

Examples of it.eng.spagobi.kpi.exceptions.MissingKpiValueException


      logger.debug("Setted the kpiValue xmlData:"+xmlData);
    }

    if (kpiValueToReturn == null && valueFound == true){
      logger.error("cjheck dataset "+datasetLabel+ " because no value field for kpi was found");
      MissingKpiValueException missingKpiValueException = new MissingKpiValueException("cjheck dataset "+datasetLabel+ " because no value field for kpi was found");     
     
      IKpiErrorDAO dao= DAOFactory.getKpiErrorDAO();
      dao.setUserProfile(profile);
      dao.insertKpiError(
          missingKpiValueException,
View Full Code Here

TOP

Related Classes of it.eng.spagobi.kpi.exceptions.MissingKpiValueException

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.