Uses of Class
de.cau.cs.kieler.core.model.transformation.TransformationException

Packages that use TransformationException
de.cau.cs.kieler.core.model.transformation Base package for model transformations in KIELER. 
de.cau.cs.kieler.core.model.transformation.xtend A model transformation framework for Xtend. 
 

Uses of TransformationException in de.cau.cs.kieler.core.model.transformation
 

Methods in de.cau.cs.kieler.core.model.transformation that throw TransformationException
 Object ITransformationFramework.executeTransformation()
          Executes a transformation with the parameters set with the initalizeTransformation method.
 

Uses of TransformationException in de.cau.cs.kieler.core.model.transformation.xtend
 

Methods in de.cau.cs.kieler.core.model.transformation.xtend that throw TransformationException
 Object XtendTransformationFramework.executeTransformation()
          Executes a transformation.