Searched defs:msg (Results 1 - 8 of 8) sorted by relevance
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/ |
H A D | DiffException.java | 74 public DiffException(String msg) argument 76 super(msg);
|
H A D | DifferentiationFailedException.java | 77 public DifferentiationFailedException(String msg) argument 79 super(msg);
|
H A D | PatchFailedException.java | 75 public PatchFailedException(String msg) argument 77 super(msg);
|
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | InvalidFileFormatException.java | 76 public InvalidFileFormatException(String msg) argument 78 super(msg);
|
H A D | NodeNotFoundException.java | 67 public NodeNotFoundException(String msg) argument 69 super(msg);
|
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | HistoryException.java | 37 * @param msg the message string 39 public HistoryException(String msg) { argument 40 super(msg); 56 * @param msg the message string 59 public HistoryException(String msg, Throwable cause) { argument 60 super(msg, cause);
|
/opengrok/src/org/opensolaris/opengrok/util/ |
H A D | Statistics.java | 38 public void report(Logger log, String msg) { argument 41 log.log(Level.INFO, msg + " (took {0})", time_str);
|
/opengrok/src/org/opensolaris/opengrok/management/ |
H A D | AgentIndexRunner.java | 372 private void doNotify(String type, String msg, Object userdata) { argument 377 Notification notif = new Notification(type, this, sequenceNo, ts, msg);
|
Completed in 24 milliseconds