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.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.esterel.cec   
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
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.ogdf Wrapper classes and layout provider to connect the OGDF to 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.krep.compiler.exceptions Exceptions that are thrown by the compiler. 
de.cau.cs.kieler.krep.evalbench.comm Package that defines a common interface for the communication between KIELER and the processor. 
de.cau.cs.kieler.krep.evalbench.program Assembler representation for the different processors. 
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.core.util
 

Methods in de.cau.cs.kieler.core.util that throw KielerException
static InputStream KonsoleExec.exec(String cmd, InputStream input, int inittime, int timeout, int steptime)
          Run an external process with a timeout.
 

Uses of KielerException in de.cau.cs.kieler.esterel.cec
 

Methods in de.cau.cs.kieler.esterel.cec that throw KielerException
static InputStream CEC.exec(CEC.MODULE module, InputStream input)
          Execute single CEC module.
static URI CEC.run(URI strlFile)
          Compile Esterel file to C.
static URI CEC.run(URI strlFile, File outFile)
          Compile Esterel file to C.
 

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.ogdf
 

Methods in de.cau.cs.kieler.kiml.ogdf that throw KielerException
 void OgdfLayoutProvider.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.krep.compiler.exceptions
 

Subclasses of KielerException in de.cau.cs.kieler.krep.compiler.exceptions
 class ClockException
          Exception to indicate an error in the clock calculus.
 class TypeException
          Exceptions that is thrown for any error during type inference.
 

Uses of KielerException in de.cau.cs.kieler.krep.evalbench.comm
 

Subclasses of KielerException in de.cau.cs.kieler.krep.evalbench.comm
 class CommunicationException
          Exception used by the communication protocols.
 class LoadException
          Exception that is thrown while downloading a program onto a processor.
 

Uses of KielerException in de.cau.cs.kieler.krep.evalbench.program
 

Subclasses of KielerException in de.cau.cs.kieler.krep.evalbench.program
 class ParseException
          Any exception that occurred while Parsing an Assembler file.
 

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.