Antlr4.Tool.ErrorManager.Panic C# (CSharp) Method

Panic() public static method

public static Panic ( ) : void
return void
        public static void Panic()
        {
            // can't call tool.panic since there may be multiple tools; just
            // one error manager
            throw new Exception("ANTLR ErrorManager panic");
        }
    }

Same methods

ErrorManager::Panic ( ErrorType errorType ) : void
ErrorManager::Panic ( string msg ) : void