15 using System.Collections.Generic;
18 namespace ErrorManagement
37 aux.AppendFormat(
"The symbol name '{0}' could not be found.", id);
38 this.Description = aux.ToString();
Represents a error produced when the specified symbol does not exist.
SymbolNotFoundError(string id, Location loc)
Constructor of SymbolNotFoundError
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 an adapter of existing features in every error.