Spinach.Test_Core.setException C# (CSharp) 메소드

setException() 공개 메소드

public setException ( RecognitionException e ) : void
e Antlr.Runtime.RecognitionException
리턴 void
        public void setException(RecognitionException e)
        {
            exLine = e.Line.ToString() + e.CharPositionInLine.ToString();
        }
        public string getEx()