Files
2012-11-05 18:43:59 +01:00

6 lines
143 B
Java

class Calculator {
public void printError(Exception detail, int line, String file) <caret>throws Exception {
throw detail;
}
}