Searched defs:msg (Results 1 - 8 of 8) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiffException.java74 public DiffException(String msg) argument
76 super(msg);
H A DDifferentiationFailedException.java77 public DifferentiationFailedException(String msg) argument
79 super(msg);
H A DPatchFailedException.java75 public PatchFailedException(String msg) argument
77 super(msg);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DInvalidFileFormatException.java76 public InvalidFileFormatException(String msg) argument
78 super(msg);
H A DNodeNotFoundException.java67 public NodeNotFoundException(String msg) argument
69 super(msg);
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryException.java37 * @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 DStatistics.java38 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 DAgentIndexRunner.java372 private void doNotify(String type, String msg, Object userdata) { argument
377 Notification notif = new Notification(type, this, sequenceNo, ts, msg);

Completed in 21 milliseconds