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

6 lines
151 B
Java

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