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

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DParseException.java25 * print the error message in the form:
59 public ParseException(String message) { argument
60 super(message);
96 * error message and returns it. If this object has been created
99 * of the final stack trace, and hence the correct error message
H A DTokenMgrError.java87 * Returns a detailed message for the Error when it is thrown by the
96 * Note: You can customize the lexical error message by modifying this method.
127 public TokenMgrError(String message, int reason) { argument
128 super(message);
/opengrok-jel/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-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java47 private final StringBuffer message; field in class:HistoryEntry
55 message = new StringBuffer();
67 * @param message the changeset description.
72 String author, String message, boolean active)
78 this.message = new StringBuffer(message);
85 return revision + " " + date + " " + author + " " + message + "\n";
99 String[] lines = message.toString().split("\n");
102 log.log(Level.FINE, "HistoryEntry : message {0} {1}", new Object[]{separator, line});
126 return message
71 HistoryEntry(String revision, String oldRevision, Date date, String author, String message, boolean active) argument
168 setMessage(String message) argument
186 appendMessage(String message) argument
[all...]
/opengrok-jel/lib/
H A Dservlet-api.jar ... .lang.String, java.lang.Throwable) String message Throwable t public abstract void service (javax.servlet. ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 15 milliseconds