Antlr3.Tool.ErrorManager.DefaultSTListener.RuntimeError C# (CSharp) 메소드

RuntimeError() 공개 메소드

public RuntimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
리턴 void
            public void RuntimeError(TemplateMessage msg)
            {
                ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
            }