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