Home
last modified time | relevance | path

Searched refs:rawError (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java415 rawError("ANTLR installation corrupted; cannot find English messages file "+fileName); in setLocale()
426 rawError("ANTLR installation corrupted; English messages file "+language+".stg incomplete"); in setLocale()
444 rawError("no such message format file "+fileName+" retrying with default ANTLR format"); in setFormat()
456rawError("ANTLR installation corrupted; ANTLR messages format file "+formatName+".stg incomplete"); in setFormat()
902 static void rawError(String msg) { in rawError() method in ErrorManager
906 static void rawError(String msg, Throwable e) { in rawError() method in ErrorManager
907 rawError(msg); in rawError()