Exemple #1
0
 public void InternalError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
Exemple #2
0
 public void CompiletimeError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
Exemple #3
0
 protected virtual void ReportError(TemplateMessage msg)
 {
     target.GetCodeGenerator().tool.errMgr.ToolError(ErrorType.STRING_TEMPLATE_WARNING, msg.Cause, msg.ToString());
 }
Exemple #4
0
 public void RuntimeError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
Exemple #5
0
 protected virtual void ReportError(TemplateMessage msg)
 {
     target.GetCodeGenerator().tool.errMgr.ToolError(ErrorType.STRING_TEMPLATE_WARNING, msg.Cause, msg.ToString());
 }