it.eng.spagobi.kpi.exceptions
Class MissingKpiValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spago.error.EMFAbstractError
              extended by it.eng.spago.error.EMFUserError
                  extended by it.eng.spagobi.tools.dataset.exceptions.DatasetException
                      extended by it.eng.spagobi.kpi.exceptions.MissingKpiValueException
All Implemented Interfaces:
it.eng.spago.base.CloneableObject, it.eng.spago.base.XMLObject, java.io.Serializable

public class MissingKpiValueException
extends it.eng.spagobi.tools.dataset.exceptions.DatasetException

See Also:
Serialized Form

Field Summary
static java.lang.String USER_MESSAGE
           
 
Fields inherited from class it.eng.spago.error.EMFUserError
USER_ERROR_CODE, USER_ERROR_ELEMENT
 
Fields inherited from class it.eng.spago.error.EMFAbstractError
ABSTRACT_ERROR_ELEMENT, ERROR_ADDITIONAL_INFO, ERROR_DESCRIPTION, ERROR_SEVERITY
 
Constructor Summary
MissingKpiValueException(java.lang.String severity, int code, it.eng.spago.error.EMFInternalError e, java.lang.String datasetLabel)
           
MissingKpiValueException(java.lang.String severity, int code, java.lang.Exception e, java.lang.String datasetLabel)
           
 
Method Summary
 
Methods inherited from class it.eng.spagobi.tools.dataset.exceptions.DatasetException
getAdditionalInfo, getCategory, getDescription, getFullMessage, getSeverity, getSourceBean, getThrowable, getUserMessage, setAdditionalInfo, setCategory, setDescription, setFullMessage, setSeverity, setSourceBean, setThrowable, setUserMessage
 
Methods inherited from class it.eng.spago.error.EMFUserError
cloneObject, getBundle, getCode, getErrorCode, setBundle
 
Methods inherited from class it.eng.spago.error.EMFAbstractError
getMessage, toDocument, toDocument, toElement, toElement, toXML, toXML, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER_MESSAGE

public static final java.lang.String USER_MESSAGE
See Also:
Constant Field Values
Constructor Detail

MissingKpiValueException

public MissingKpiValueException(java.lang.String severity,
                                int code,
                                it.eng.spago.error.EMFInternalError e,
                                java.lang.String datasetLabel)

MissingKpiValueException

public MissingKpiValueException(java.lang.String severity,
                                int code,
                                java.lang.Exception e,
                                java.lang.String datasetLabel)