Uses of Class
de.cau.cs.kieler.core.KielerModelException

Packages that use KielerModelException
de.cau.cs.kieler.kex.controller.util Contains util classes for export and import of examples. 
de.cau.cs.kieler.synccharts.text.actions.bridge Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. 
de.cau.cs.kieler.synccharts.text.interfaces.bridge   
 

Uses of KielerModelException in de.cau.cs.kieler.kex.controller.util
 

Methods in de.cau.cs.kieler.kex.controller.util that throw KielerModelException
static void IOHandler.writeFile(URL sourceUrl, String destPath, boolean checkDuplicate)
           
 

Uses of KielerModelException in de.cau.cs.kieler.synccharts.text.actions.bridge
 

Subclasses of KielerModelException in de.cau.cs.kieler.synccharts.text.actions.bridge
 class DiagnosticException
          A KielerModelException that also contains Diagnostic information.
 

Methods in de.cau.cs.kieler.synccharts.text.actions.bridge that throw KielerModelException
 void ActionLabelParseCommand.parse()
          Run the actual parse operation with the element and new string set by the constructor before.
 void ActionLabelProcessorWrapper.processAffectedActionLabels(ValuedObject changedObject, EObject theParent, boolean parse)
          Recursively parse or serialize all Action objects starting from the parent object and recursively calling it to child states resp.
 

Uses of KielerModelException in de.cau.cs.kieler.synccharts.text.interfaces.bridge
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.bridge that throw KielerModelException
protected  void InterfaceDeclParseCommand.parseInterfaceDecl()
          parse the current interface declaration string and afterwards inject the parsed signals in the current state.
 void InterfaceDeclProcessorWrapper.processInterfaceDeclCommand(EObject parent, boolean parse)
          Creates an InterfaceDeclParseCommand, and executes it via the command stack.