(String str)
| 43 | } // end of constructor |
| 44 | |
| 45 | protected void SetErrmsg(String str) { |
| 46 | if (DEBUG) |
| 47 | System.out.println(str); |
| 48 | |
| 49 | Errmsg = str; |
| 50 | } // end of SetErrmsg |
| 51 | |
| 52 | protected void SetErrmsg(Exception e) { |
| 53 | if (DEBUG) |
no outgoing calls
no test coverage detected