Spinach.Test_Core.setException C# (CSharp) Method

setException() public method

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