Searched defs:message (Results 1 - 10 of 10) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DParseException.java24 * print the error message in the form:
54 public ParseException(String message) { argument
55 super(message);
91 * error message and returns it. If this object has been created
94 * of the final stack trace, and hence the correct error message
H A DTokenMgrError.java86 * Returns a detailed message for the Error when it is thrown by the
95 * Note: You can customize the lexical error message by modifying this method.
125 public TokenMgrError(String message, int reason) { argument
126 super(message);
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DShowErrorForm.java41 * @param message message to be shown as error
43 public ShowErrorForm(java.awt.Frame parent, boolean modal, String message) { argument
47 this.errorTextArea.setText(message);
/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java115 static IOException wrapInIOException(String message, Throwable t) { argument
117 IOException ioe = new IOException(message + ": " + t.getMessage());
H A DRazorHistoryParser.java204 private void parseDebug(String message) { argument
205 LOGGER.log(Level.FINE, "RazorHistoryParser: " + message );
208 private void parseProblem(String message) { argument
209 LOGGER.log(Level.SEVERE, "PROBLEM: RazorHistoryParser - " + message);
H A DHistoryEntry.java52 private final StringBuffer message; field in class:HistoryEntry
60 message = new StringBuffer();
71 this.message = that.message;
78 String tags, String message, boolean active) {
83 this.message = new StringBuffer(message);
90 return revision + " " + date + " " + author + " " + message + "\n";
101 String[] lines = message.toString().split("\n");
104 LOGGER.log(Level.FINE, "HistoryEntry : message {
77 HistoryEntry(String revision, Date date, String author, String tags, String message, boolean active) argument
166 setMessage(String message) argument
175 appendMessage(String message) argument
[all...]
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/opengrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... %3E" <init> (java.lang.String) String message public void " href="/source/s?defs=% ...

Completed in 24 milliseconds