Uses of Interface
net.ssehub.easy.basics.messages.IIdentifiable
-
Packages that use IIdentifiable 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.basics.messages A common definition of messages with description and status derived from a specific set of (identifiable) exceptions .net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.dslCore.translation Basic reusable classes for SSE-style DSL implementation.net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.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 IIdentifiable in de.uni_hildesheim.sse
Classes in de.uni_hildesheim.sse that implement IIdentifiable Modifier and Type Class Description classUnknownTypeExceptionA specific exception thrown in case that a type cannot be resolved. -
Uses of IIdentifiable in de.uni_hildesheim.sse.translation
Classes in de.uni_hildesheim.sse.translation that implement IIdentifiable Modifier and Type Class Description classUnknownTypeExceptionThrown in case of an unknown type.classUnknownVariableExceptionThrown in case of an unknown variable.Methods in de.uni_hildesheim.sse.translation with parameters of type IIdentifiable Modifier and Type Method Description (package private) voidExpressionTranslator. error(IIdentifiable exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns an IVML exception into a xText error.(package private) voidModelTranslator. error(IIdentifiable exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns an IVML exception into a xText error. -
Uses of IIdentifiable in net.ssehub.easy.basics.messages
Classes in net.ssehub.easy.basics.messages that implement IIdentifiable Modifier and Type Class Description classAbstractExceptionA common exception with identifier for testing. -
Uses of IIdentifiable in net.ssehub.easy.basics.modelManagement
Classes in net.ssehub.easy.basics.modelManagement that implement IIdentifiable Modifier and Type Class Description classModelManagementExceptionAn exception thrown by the model management itself typically on global consistency issues.classVersionFormatExceptionA version format exception. -
Uses of IIdentifiable in net.ssehub.easy.dslCore.translation
Classes in net.ssehub.easy.dslCore.translation that implement IIdentifiable Modifier and Type Class Description classTranslatorExceptionDefines a specific model translator exception which carries information about the context where the error occurred.Constructors in net.ssehub.easy.dslCore.translation with parameters of type IIdentifiable Constructor Description TranslatorException(IIdentifiable ex, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causingFeature)Creates a translator exception upon an IVML exception. -
Uses of IIdentifiable in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IIdentifiable Modifier and Type Class Description classRuleDescriptorExceptionDefines a specific exception for failing rule conditions carrying the index of the failing expression. -
Uses of IIdentifiable in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement IIdentifiable Modifier and Type Class Description classVilExceptionDefines a specific exception issued when building up the model fails for some reason. -
Uses of IIdentifiable in net.ssehub.easy.varModel.confModel
Classes in net.ssehub.easy.varModel.confModel that implement IIdentifiable Modifier and Type Class Description classConfigurationExceptionImplements a specific exception for errors in the configuration. -
Uses of IIdentifiable in net.ssehub.easy.varModel.cst
Classes in net.ssehub.easy.varModel.cst that implement IIdentifiable Modifier and Type Class Description classCSTSemanticExceptionException for invalid Constraints.classUnknownOperationExceptionAn exception signaling an unknown operation. -
Uses of IIdentifiable in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IIdentifiable Modifier and Type Class Description classIvmlExceptionA top level exception class for all IVML exceptions.classModelQueryExceptionDefines an exception type thrown by theModelQueryclass.classReasoningExceptionAn exception class for all reasoning exceptions. -
Uses of IIdentifiable in net.ssehub.easy.varModel.model.values
Classes in net.ssehub.easy.varModel.model.values that implement IIdentifiable Modifier and Type Class Description classValueDoesNotMatchTypeExceptionAn exception which signals that a given value does not match the specified type.
-