Uses of Class
de.cau.cs.kieler.sim.kiem.properties.KiemPropertyException

Packages that use KiemPropertyException
de.cau.cs.kieler.kaom.sim.ptolemy   
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.config.extension This package contains all abstract classes and interfaces that are needed
for extending the KIEMConfiguration extension points. 
de.cau.cs.kieler.sim.kiem.config.managers Managers for holding and managing data in KIEMConfig. 
de.cau.cs.kieler.sim.kiem.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.kiem.ui.datacomponent   
 

Uses of KiemPropertyException in de.cau.cs.kieler.kaom.sim.ptolemy
 

Methods in de.cau.cs.kieler.kaom.sim.ptolemy that throw KiemPropertyException
 void KaomSimDataComponent.checkProperties(KiemProperty[] properties)
           
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem
 

Methods in de.cau.cs.kieler.sim.kiem that throw KiemPropertyException
 String IKiemConfigurationProvider.changeProperty(String propertyId)
          Ask the component to give a new value for the property specified by the id.
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that throw KiemPropertyException
 KiemProperty ConfigDataComponent.findProperty(KiemPropertyKeyWrapper key)
          Try to find the property in this configuration.
 String ConfigDataComponent.findPropertyValue(KiemPropertyKeyWrapper key)
          Try to find the value of a property in this configuration.
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem.config.extension
 

Methods in de.cau.cs.kieler.sim.kiem.config.extension that throw KiemPropertyException
 String ConfigurationProvider.changeProperty(String propertyId)
          Ask the component to give a new value for the property specified by the id.
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem.config.managers
 

Methods in de.cau.cs.kieler.sim.kiem.config.managers that throw KiemPropertyException
 String ConfigurationManager.findProperty(String propertyKey)
          Try to find a specific property value.
 String ConfigurationManager.findPropertyValue(KiemPropertyKeyWrapper key, String defaultValue)
          Try to find a specific property value.
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem.internal
 

Methods in de.cau.cs.kieler.sim.kiem.internal that throw KiemPropertyException
 void AbstractDataComponent.checkProperties(KiemProperty[] propertiesParam)
          This method is intended to check if the properties are set correctly.
 void DataComponentWrapper.checkProperties(KiemProperty[] propertiesParam)
          Let the DataComponent check its properties.
 

Uses of KiemPropertyException in de.cau.cs.kieler.sim.kiem.ui.datacomponent
 

Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent that throw KiemPropertyException
 void JSONObjectSimulationDataComponent.checkProperties(KiemProperty[] properties)