Searched refs:errorLog (Results 1 – 3 of 3) sorted by relevance
63 String errorLog = null; field in pmAccess313 mytop.setLogData(cmdLog, errorLog, warnLog); in createAccess()322 throw new pmAddAccessFailedException(errorLog); in createAccess()363 errorLog = newpr.getErrorLog(); in gatherLogs()372 Debug.message(who + " errors: " + errorLog); in dumpLogs()
85 String errorLog = null; field in pmInstallPrinter1183 errorLog = p.getErrorLog(); in gatherLogs()1192 Debug.message(who + " errors: " + errorLog); in dumpLogs()1240 throw new pmAddPrinterFailedException(errorLog); in doAddLocal()1290 throw new pmAddPrinterFailedException(errorLog); in doAddNetwork()1319 throw new pmModifyPrinterFailedException(errorLog); in doModifyLocalAttached()1348 throw new pmModifyPrinterFailedException(errorLog); in doModifyLocalNetwork()1369 throw new pmModifyPrinterFailedException(errorLog); in doModifyRemote()1656 myTop.setLogData(cmdLog, errorLog, warnLog); in doAction()
108 String errorLog = null; field in pmTop1118 errorLog = err; in setLogData()1144 if (errorLog != null) { in showLogData()1145 st = new StringTokenizer(errorLog, "\n\r", false); in showLogData()