15 using System.Collections.Generic;
18 namespace ErrorManagement
38 aux.AppendFormat(
"{0} can not have multiple base classes.", id);
39 this.Description = aux.ToString();
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.
MultipleBaseClassError(string id, Location loc)
Constructor of MultipleBaseClassError
System.Text.StringBuilder StringBuilder
Represents the error occurred when a class has multiple base classes.
Represents an adapter of existing features in every error.