it.eng.spagobi.kpi.exceptions
Class MissingKpiValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
                  extended by it.eng.spagobi.tools.dataset.exceptions.DatasetException
                      extended by it.eng.spagobi.kpi.exceptions.MissingKpiValueException
All Implemented Interfaces:
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
           
 
Constructor Summary
MissingKpiValueException(java.lang.String message)
          Builds a SpagoBIRuntimeException.
MissingKpiValueException(java.lang.String message, java.lang.Throwable ex)
          Builds a SpagoBIRuntimeException.
 
Method Summary
 
Methods inherited from class it.eng.spagobi.tools.dataset.exceptions.DatasetException
getFullMessage, getUserMessage, setFullMessage, setUserMessage
 
Methods inherited from class it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
addHint, getDescription, getHints, getRootCause, getStackTraceDump, setDescription
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 message)
Builds a SpagoBIRuntimeException.

Parameters:
message - Text of the exception

MissingKpiValueException

public MissingKpiValueException(java.lang.String message,
                                java.lang.Throwable ex)
Builds a SpagoBIRuntimeException.

Parameters:
message - Text of the exception
ex - previous Throwable object