Uses of Class
net.ssehub.easy.basics.messages.AbstractException
-
Packages that use AbstractException Package Description de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.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.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. -
-
Uses of AbstractException in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type AbstractException Modifier and Type Method Description voidExpressionTranslator. error(AbstractException exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns a buildlang exception into a xText error.voidExpressionTranslator. warning(AbstractException exception, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature)Turns a buildlang exception into a xText warning. -
Uses of AbstractException in net.ssehub.easy.basics.messages
Constructors in net.ssehub.easy.basics.messages with parameters of type AbstractException Constructor Description AbstractException(AbstractException cause)Creates a known exception as cause. -
Uses of AbstractException in net.ssehub.easy.basics.modelManagement
Subclasses of AbstractException in net.ssehub.easy.basics.modelManagement Modifier and Type Class Description classModelManagementExceptionAn exception thrown by the model management itself typically on global consistency issues.classVersionFormatExceptionA version format exception. -
Uses of AbstractException in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of AbstractException in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classRuleDescriptorExceptionDefines a specific exception for failing rule conditions carrying the index of the failing expression.Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type AbstractException Constructor Description RuleDescriptorException(AbstractException exception, int index)Creates a new rule condition exception. -
Uses of AbstractException in net.ssehub.easy.instantiation.core.model.common
Subclasses of AbstractException in net.ssehub.easy.instantiation.core.model.common Modifier and Type Class Description classVilExceptionDefines a specific exception issued when building up the model fails for some reason.Constructors in net.ssehub.easy.instantiation.core.model.common with parameters of type AbstractException Constructor Description VilException(AbstractException cause)Creates an exception from a known exception as cause.
-