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