Uses of Class
net.ssehub.easy.producer.core.varMod.container.SemanticErrorDescription
-
Packages that use SemanticErrorDescription Package Description net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.core.varMod.container -
-
Uses of SemanticErrorDescription in net.ssehub.easy.producer.core.mgmt
Methods in net.ssehub.easy.producer.core.mgmt that return types with arguments of type SemanticErrorDescription Modifier and Type Method Description java.util.List<SemanticErrorDescription>PLPInfo. getParsingExceptions()Returns a list ofSemanticErrorDescriptionwhich occurred while parsing the VarModel (IVML files) and the build script (VIL files). -
Uses of SemanticErrorDescription in net.ssehub.easy.producer.core.varMod.container
Fields in net.ssehub.easy.producer.core.varMod.container declared as SemanticErrorDescription Modifier and Type Field Description private SemanticErrorDescriptionModelContainer. descriptionA optional description of exceptions, caught during parsing the model.Methods in net.ssehub.easy.producer.core.varMod.container that return SemanticErrorDescription Modifier and Type Method Description SemanticErrorDescriptionModelContainer. getDescription()Getter for theSemanticErrorDescription(describing a caught exception).Methods in net.ssehub.easy.producer.core.varMod.container with parameters of type SemanticErrorDescription Modifier and Type Method Description static ModelContainer<?>ModelContainerFactory. createContainer(IModel model, SemanticErrorDescription description, Configuration location)Constructors in net.ssehub.easy.producer.core.varMod.container with parameters of type SemanticErrorDescription Constructor Description ModelContainer(M model, SemanticErrorDescription description, ModelManagement<M> modelManager, Configuration location)Constructor if an Exception occurred during parsing the model.ProjectContainer(Project project, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theProject.ScriptContainer(Script script, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theScript.ScriptContainer(Script script, SemanticErrorDescription description, Configuration location, boolean newlyCreated)Constructor if aScriptwas created inside of EASy (not via a XTextEditor).
-