(String str)
| 59 | } // end of constructor |
| 60 | |
| 61 | protected void SetErrmsg(String str) { |
| 62 | if (DEBUG) |
| 63 | System.out.println(str); |
| 64 | |
| 65 | Errmsg = str; |
| 66 | } // end of SetErrmsg |
| 67 | |
| 68 | protected void SetErrmsg(Exception e) { |
| 69 | if (DEBUG) |
no outgoing calls
no test coverage detected