15 using System.Collections.Generic;
18 namespace ErrorManagement {
37 aux.AppendFormat(
"Cannot assign an expression of type '{0}' to the '{1}' type.", rightType, leftType);
38 this.Description = aux.ToString();
AssignmentError(string rightType, string leftType, Location loc)
Constructor of UnknownMemberError
This class encapsulates a location in a specific file. Implements an Inmutable pattern. So it can be used in any context, that is his internal fields never change.
System.Text.StringBuilder StringBuilder
Represents a error produced when the attribute identifier is not defined.
Represents an adapter of existing features in every error.