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