15 using System.Collections.Generic;
18 namespace ErrorManagement {
35 aux.AppendFormat(
"The identifier '{0}' is not an interface.", id);
36 this.Description = aux.ToString();
ExpectedInterfaceError(string id, Location loc)
Constructor of UnknownTypeError
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.
Represents a error produced when the used type is not defined.
System.Text.StringBuilder StringBuilder
Represents an adapter of existing features in every error.