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

Packages that use KielerException
de.cau.cs.kieler.core The base package for classes and interfaces used throughout KIELER. 
de.cau.cs.kieler.core.ui.errorhandler This package contains the modified error handlers. 
de.cau.cs.kieler.kiml.graphviz.layouter Wrapper implementation of the Graphviz layouter. 
de.cau.cs.kieler.kiml.layout Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.layout.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.kiml.ui.layouter Layouters shipped with the KIML UI plug-in. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
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.synccharts.labelparser.bridge Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. 
de.cau.cs.kieler.synccharts.labelparser.bridge.test Test cases to auto-test serializer and parser. 
 

Uses of KielerException in de.cau.cs.kieler.core
 

Subclasses of KielerException in de.cau.cs.kieler.core
 class KielerModelException
          An Exception that indicates problems with certain model elements.
 

Uses of KielerException in de.cau.cs.kieler.core.ui.errorhandler
 

Methods in de.cau.cs.kieler.core.ui.errorhandler that throw KielerException
static void ModelErrorHandler.addMarker(String msg, EObject target)
          Add a problem marker to a given EObject to indicate problems graphically in the diagram.
 

Uses of KielerException in de.cau.cs.kieler.kiml.graphviz.layouter
 

Methods in de.cau.cs.kieler.kiml.graphviz.layouter that throw KielerException
 void GraphvizLayoutProvider.doLayout(KNode layoutNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 void GraphvizLayouter.layout(KNode parentNode, IKielerProgressMonitor progressMonitor, String command)
          Performs the actual work of the layout process.
static Process GraphvizAPI.startProcess(String command)
          Starts a new Graphviz process with the given command.
static void GraphvizAPI.waitForInput(InputStream inputStream, InputStream errorStream, IKielerProgressMonitor monitor)
          Waits until there is some input from the given input stream, with a customizable timeout.
 

Uses of KielerException in de.cau.cs.kieler.kiml.layout
 

Methods in de.cau.cs.kieler.kiml.layout that throw KielerException
abstract  void AbstractLayoutProvider.doLayout(KNode layoutNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 AbstractLayoutProvider LayoutServices.getLayoutProvider(KNode layoutNode)
          Returns the most appropriate layout provider for the given node.
 void RecursiveLayouterEngine.layout(KNode layoutGraph, IKielerProgressMonitor progressMonitor, boolean layoutAncestors)
          Performs recursive layout on the given layout graph.
 

Uses of KielerException in de.cau.cs.kieler.kiml.layout.util
 

Methods in de.cau.cs.kieler.kiml.layout.util that throw KielerException
 void BoxLayoutProvider.doLayout(KNode layoutNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 

Uses of KielerException in de.cau.cs.kieler.kiml.ui.layouter
 

Methods in de.cau.cs.kieler.kiml.ui.layouter that throw KielerException
 void Draw2DLayoutProvider.doLayout(KNode layoutNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 

Uses of KielerException in de.cau.cs.kieler.klodd.hierarchical
 

Methods in de.cau.cs.kieler.klodd.hierarchical that throw KielerException
 void HierarchicalDataflowLayoutProvider.doLayout(KNode layoutNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 

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

Subclasses of KielerException in de.cau.cs.kieler.sim.kiem
 class KiemMasterException
          The Class KiemMasterException.
 

Uses of KielerException in de.cau.cs.kieler.synccharts.labelparser.bridge
 

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

Uses of KielerException in de.cau.cs.kieler.synccharts.labelparser.bridge.test
 

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