Searched defs:fatal (Results 1 – 1 of 1) sorted by relevance
159 public void fatal(String message) { in fatal() method in ErrorReporter.Category166 public void fatal(Position pos, String message) { in fatal() method in ErrorReporter.Category242 private void add(Category category, boolean fatal, Position pos, String message) { in add()