コード例 #1
0
 public void printRuntimeException(RuntimeException exception)
 {
     printLine(StringFormatter.formatRuntimeException(exception, sourceLines));
 }
コード例 #2
0
 public void printError(Error error)
 {
     printLine(StringFormatter.formatError(error, sourceLines));
 }