Uses of Class
net.ssehub.easy.varModel.model.IvmlException
-
Packages that use IvmlException Package Description de.uni_hildesheim.sse IVML core main classes (exported).de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.values Instances of the datatypes. -
-
Uses of IvmlException in de.uni_hildesheim.sse
Subclasses of IvmlException in de.uni_hildesheim.sse Modifier and Type Class Description classUnknownTypeExceptionA specific exception thrown in case that a type cannot be resolved. -
Uses of IvmlException in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation with parameters of type IvmlException Modifier and Type Method Description (package private) voidExpressionTranslator. warning(IvmlException exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns an IVML exception into a xText warning.(package private) voidModelTranslator. warning(IvmlException exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns an IVML exception into a xText warning.Methods in de.uni_hildesheim.sse.translation that throw IvmlException Modifier and Type Method Description private ConstraintSyntaxTreeExpressionTranslator. processCompoundInitializer(IDatatype lhsType, TypeContext context, IModelElement parent, IDatatype specificType, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.ivml.ExpressionListEntry> entryList)Processes a compound initializer.private ConstraintSyntaxTreeExpressionTranslator. processContainerInitializer(IDatatype lhsType, TypeContext context, IModelElement parent, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.ivml.ExpressionListEntry> entryList)Processes a container initializer.private ConstraintSyntaxTreeExpressionTranslator. processContainerInitializer(IDatatype lhsType, org.eclipse.emf.ecore.EObject expr, de.uni_hildesheim.sse.ivml.ContainerInitializer initializer, TypeContext context, IModelElement parent)Processes a container initializer.private ConstraintSyntaxTreeExpressionTranslator. processLiteralContainer(IDatatype lhsType, de.uni_hildesheim.sse.ivml.ContainerInitializer initializer, TypeContext context, IModelElement parent)Processes a collection initializer and returns the related constraint syntax tree node.private java.lang.Object[]ExpressionTranslator. translateToValues(java.lang.Object[] values)Translates constant expression trees to constant values. -
Uses of IvmlException in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner that throw IvmlException Modifier and Type Method Description protected voidResolver.CompoundAnnotationMapper. processAttribute(Attribute attr)protected voidResolver.CompoundAnnotationMapper. processAttributeAssignment(AttributeAssignment assng) -
Uses of IvmlException in net.ssehub.easy.varModel.confModel
Subclasses of IvmlException in net.ssehub.easy.varModel.confModel Modifier and Type Class Description classConfigurationExceptionImplements a specific exception for errors in the configuration.Methods in net.ssehub.easy.varModel.confModel that throw IvmlException Modifier and Type Method Description protected voidDecisionVariable.InitializationAnnotationVisitor. processAttribute(Attribute attr)protected voidDecisionVariable.InitializationAnnotationVisitor. processAttributeAssignment(AttributeAssignment assng)voidDecisionVariable.InitializationAnnotationVisitor. visitAnnotations(IAttributeAccess access) -
Uses of IvmlException in net.ssehub.easy.varModel.cst
Subclasses of IvmlException in net.ssehub.easy.varModel.cst Modifier and Type Class Description classCSTSemanticExceptionException for invalid Constraints.classUnknownOperationExceptionAn exception signaling an unknown operation. -
Uses of IvmlException in net.ssehub.easy.varModel.model
Subclasses of IvmlException in net.ssehub.easy.varModel.model Modifier and Type Class Description classModelQueryExceptionDefines an exception type thrown by theModelQueryclass.classReasoningExceptionAn exception class for all reasoning exceptions.Methods in net.ssehub.easy.varModel.model that throw IvmlException Modifier and Type Method Description static ValueModelQuery. enumLiteralAsValue(IResolutionScope elements, java.lang.String name)Finds a referenced enum literal inproject.protected abstract voidAnnotationVisitor. processAttribute(Attribute attr)Processes an attribute.protected abstract voidAnnotationVisitor. processAttributeAssignment(AttributeAssignment assng)Processes an attribute assignment.voidAnnotationVisitor. visitAnnotations(IAttributeAccess access)Creates a new decision variable representing a specific decision.private voidAnnotationVisitor. visitAnnotations(IAttributeAccess access, java.util.Set<java.lang.Object> scope)Visits all annotations inaccess. -
Uses of IvmlException in net.ssehub.easy.varModel.model.values
Subclasses of IvmlException in net.ssehub.easy.varModel.model.values Modifier and Type Class Description classValueDoesNotMatchTypeExceptionAn exception which signals that a given value does not match the specified type.
-