Spinach.Test_Core.setException C# (CSharp) Méthode

setException() public méthode

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