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. 
 

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.