The plug-in for an extended metamodel references a
universal parser
configuration file that defines the search patterns
EA uses to extract entities and relationships from newly supported files.
EA issues the following errors for problems it encounters processing the universal parser configuration file at verification:
- Error - 404 3 Error while processing XML file '%1'
. Logged when the Universal Parser configuration file is corrupt or missing.
- Error - 407 3 Error while processing regular expression '%1'. Logged when a regular expression defined in the Universal Parser configuration file is invalid.
- Error - 409 3 Input source file '%1' not found. Logged when the file to be parsed is not found.
- Error - 411 3 Error creating expression with Id '%1'. Logged when an expression with a given Id failed to be created.
- Error - 412 3 Expression Id '%1' already exists. Logged when an expression Id is not unique.
- Error - 413 3 Error in attribute value '%1': Unexisting expression Id. Logged when a non existing expression Id is found in an attribute value.
- Error - 414 3 Error in attribute value '%1': Match not found. Logged when a not existing match index is found in an attribute value.
- Error - 415 3 Error in attribute value '%1': Match group not found. Logged when a not existing match group was detected in an attribute value.
- Error - 416 3 Error in attribute value '%1': Syntax error. Logged when an attribute value is not syntactically correct.
- Error - 417 3 Error in attribute value '%1': Type mismatch. Logged when an attribute value contains type mismatching.