public void printRuntimeException(RuntimeException exception) { printLine(StringFormatter.formatRuntimeException(exception, sourceLines)); }
public void printError(Error error) { printLine(StringFormatter.formatError(error, sourceLines)); }