Uses of Class
org.hackystat.telemetry.analyzer.configuration.TelemetryConfigurationException

Packages that use TelemetryConfigurationException
org.hackystat.telemetry.analyzer.configuration Provides the implementation of the Telemetry Language Report, Chart and Streams constructs. 
 

Uses of TelemetryConfigurationException in org.hackystat.telemetry.analyzer.configuration
 

Methods in org.hackystat.telemetry.analyzer.configuration that throw TelemetryConfigurationException
abstract  void TelemetryDefinitionManager.add(TelemetryDefinitionInfo defInfo)
          Adds information about a definition.
(package private)  void TelemetryDefinitionInfoRepository.add(TelemetryDefinitionInfo telemetryDefInfo)
          Adds a telemetry definition to this in-memory repository.
 void PersistentTelemetryDefinitionManager.add(TelemetryDefinitionInfo defInfo)
          Adds information about a definition.
 void NonPersistentTelemetryDefinitionManager.add(TelemetryDefinitionInfo defInfo)
          Adds information about a definition.
 org.hackystat.sensorbase.resource.projects.jaxb.Project ShareScope.getProject()
          Gets the project if the the share scope is project.
 

Constructors in org.hackystat.telemetry.analyzer.configuration that throw TelemetryConfigurationException
TelemetryChartDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartDefinitionInfo(TelemetryChartDefinition chartDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartYAxisDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartYAxisDefinitionInfo(TelemetryChartYAxisDefinition chartYAxisDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryReportDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryReportDefinitionInfo(TelemetryReportDefinition reportDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryStreamsDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryStreamsDefinitionInfo(TelemetryStreamsDefinition streamsDef, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.