Exemplo n.º 1
0
 public void printRuntimeException(RuntimeException exception)
 {
     printLine(StringFormatter.formatRuntimeException(exception, sourceLines));
 }
Exemplo n.º 2
0
 public void printError(Error error)
 {
     printLine(StringFormatter.formatError(error, sourceLines));
 }