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

Packages that use KielerModelException
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.actions.bridge.test Test cases to auto-test serializer and parser. 
de.cau.cs.kieler.synccharts.text.interfaces.bridge   
 

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.actions.bridge.test
 

Methods in de.cau.cs.kieler.synccharts.text.actions.bridge.test that throw KielerModelException
 void ParserSerializerTest.testParser1()
          A JUnit test for the Labelparser.
 void ParserSerializerTest.testParser2()
          A JUnit test for the Labelparser.
 void ParserSerializerTest.testParser3()
           
 void ParserSerializerTest.testParserInvalid()
          A JUnit test for the Labelparser.
 

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.