Uses of Class
net.ssehub.easy.varModel.model.IvmlException
Packages that use IvmlException
Package
Description
This package represents a specific variability model configuration.
Package for elements of the constraint syntax tree.
Base package for the variability model.
Instances of the datatypes.
-
Uses of IvmlException in net.ssehub.easy.varModel.confModel
Subclasses of IvmlException in net.ssehub.easy.varModel.confModelModifier and TypeClassDescriptionclassImplements a specific exception for errors in the configuration.Methods in net.ssehub.easy.varModel.confModel that throw IvmlExceptionModifier and TypeMethodDescriptionprotected 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.cstModifier and TypeClassDescriptionclassException for invalid Constraints.classAn exception signaling an unknown operation. -
Uses of IvmlException in net.ssehub.easy.varModel.model
Subclasses of IvmlException in net.ssehub.easy.varModel.modelModifier and TypeClassDescriptionclassDefines an exception type thrown by theModelQueryclass.classAn exception class for all reasoning exceptions.Methods in net.ssehub.easy.varModel.model that throw IvmlExceptionModifier and TypeMethodDescriptionstatic ValueModelQuery.enumLiteralAsValue(IResolutionScope elements, 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, Set<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.valuesModifier and TypeClassDescriptionclassAn exception which signals that a given value does not match the specified type.