Searched refs:error (Results 1 - 25 of 67) sorted by relevance

123

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DResult.java52 final Throwable error; field in class:Result
56 error = null;
61 this.error = t;
65 return error==null;
77 return error;
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/
H A DErrorHandler.java50 * Receive notication of a fine error message
66 * Receive notification of an error
67 * @param ape The error information
70 public void error(AnnotationProcessorException ape) throws method in interface:ErrorHandler
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DCoyoteWriter.java96 protected boolean error = false; field in class:CoyoteWriter
134 error = false;
149 if (error)
155 error = true;
176 error = false;
188 return error;
200 if (error)
206 error = true;
220 if (error)
226 error
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DResultManager.java48 * This class is responsible for collecting the result and error data
61 error.add(logRecord);
73 return (error == null) ? 0 : error.size();
93 return error;
119 private Vector<LogRecord> error = new Vector<LogRecord>(); field in class:ResultManager
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/
H A DTaskBase.java54 void error(String message) throws BuildException { method in class:TaskBase
61 void error(Exception ex) throws BuildException { method in class:TaskBase
H A DAdminTask.java62 error(ex.getMessage());
H A DUndeployTask.java63 error(ex.getMessage());
H A DStartServerTask.java81 error(ex);
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DXmlInputObject.java56 * @exception InputException If there is a syntax error in the source
67 * @exception InputException If there is a syntax error in the source
83 * @throws InputException If there is a syntax error in the source string
143 throw reader.error("Expected 'CDATA['");
150 throw reader.error("Missing '>' after '<!'.");
166 throw reader.error("Mismatched close tag " + token);
169 throw reader.error("Mismatched " + name + " and " + token);
172 throw reader.error("Misshaped close tag");
177 throw reader.error("Misshaped tag");
196 throw reader.error("Missin
[all...]
H A DInputReader.java120 * Resturns InputException to signal a syntax error.
122 * @param message The error message.
125 public InputException error(String message) { method in class:InputReader
151 * Substring bounds error if there are not
179 throw error("Substring bounds error");
H A DXmlInputReader.java81 throw error("Unclosed CDATA");
147 throw error("Missing ';' in XML entity: &" + sb);
173 throw error("Misshaped meta tag");
192 throw error("Unterminated string");
239 throw error("Misshaped element");
241 throw error("Misplaced '<'");
260 throw error("Unterminated string");
295 throw error("Bad character in a name");
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DCatalinaProperties.java121 Throwable error = null;
158 error = t;
162 if ((is == null) || (error != null)) {
165 error);
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c76 void error OF((const char *msg));
87 * Display error message and exit
89 void error(msg) function
122 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
125 if (gzclose(out) != Z_OK) error("failed gzclose");
156 if (len != (int)buf_len) error(gzerror(out, &err));
160 if (gzclose(out) != Z_OK) error("failed gzclose");
178 if (len < 0) error (gzerror(in, &err));
182 error("failed fwrite");
185 if (fclose(out)) error("faile
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DClassAction.java721 env.error(
729 env.error(
777 env.error(
784 env.error(
791 env.error(
798 env.error(
805 env.error(
812 env.error(
819 env.error(
826 env.error(
[all...]
H A DEnvironment.java63 //@lars added: field for last error message
97 /* Writer for error output. */
204 /* Last error message */
217 //@olsen: subst: param err -> error
218 public void error(String error) { argument
226 error));
464 error(getI18N("enhancer.class_already_entered",//NOI18N
646 error(getI18N("destination_directory_already_set",//NOI18N
652 error(getI18
[all...]
/glassfish-3.1.2/transaction/jts/src/main/java/org/glassfish/jts/admin/cli/
H A DRecoverTransactions.java83 String error = validate(destinationServer, false);
84 if (error != null) {
85 _logger.log(Level.WARNING, localStrings.getString("recover.transactions.failed") + " " + error);
86 report.setMessage(error);
H A DRecoverTransactionsInternal.java88 String error = validate(destinationServer, true);
89 if (error != null) {
90 report.setMessage(error);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DSemantic.g218 errorMsg.error(expr.getLine(), expr.getColumn(),
250 errorMsg.error(expr.getLine(), expr.getColumn(),
292 errorMsg.error(expr.getLine(), expr.getColumn(),
302 errorMsg.error(expr.getLine(), expr.getColumn(),
313 errorMsg.error(expr.getLine(), expr.getColumn(),
365 errorMsg.error(ordering.getLine(), ordering.getColumn(),
388 errorMsg.error(ordering.getLine(), ordering.getColumn(),
455 errorMsg.error(ident.getLine(), ident.getColumn(),
488 errorMsg.error(dot.getLine(), dot.getColumn(),
496 errorMsg.error(exp
[all...]
H A DJQL.g160 errorMsg.error(line, column, s);
172 * Lexer error-reporting function
176 errorMsg.error(0, 0, s);
364 errorMsg.error(getLine(), getColumn(),
379 errorMsg.error(getLine(), getColumn(),
501 * ANTLR method called when an error was detected.
509 * ANTLR method called when an error was detected.
513 errorMsg.error(0, 0, s);
521 errorMsg.error(line, column, s);
544 errorMsg.error(mismatche
[all...]
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/antlr/
H A DEJBQL.g191 ErrorMsg.error(line, column, s);
200 /** Lexer error-reporting function. */
203 ErrorMsg.error(0, 0, s);
221 ErrorMsg.error(mismatched.getLine(), mismatched.getColumn(),
226 ErrorMsg.error(mismatched.getLine(), mismatched.getColumn(),
240 ErrorMsg.error(token.getLine(), token.getColumn(),
245 ErrorMsg.error(token.getLine(), token.getColumn(),
255 ErrorMsg.error(token.getLine(), token.getColumn(),
260 ErrorMsg.error(token.getLine(), token.getColumn(),
268 ErrorMsg.error(noViableAl
[all...]
H A DSemantic.g180 ErrorMsg.error(I18NHelper.getMessage(msgs,
188 ErrorMsg.error(I18NHelper.getMessage(msgs,
235 ErrorMsg.error(I18NHelper.getMessage(msgs,
248 ErrorMsg.error(I18NHelper.getMessage(msgs,
258 * The method checks the following error cases:
286 ErrorMsg.error(I18NHelper.getMessage(msgs,
295 ErrorMsg.error(I18NHelper.getMessage(msgs,
305 ErrorMsg.error(I18NHelper.getMessage(msgs,
313 ErrorMsg.error(I18NHelper.getMessage(msgs,
321 ErrorMsg.error(I18NHelpe
[all...]
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DDomainXmlVerifier.java84 public boolean error; field in class:DomainXmlVerifier
96 error = false;
100 * Returns true if there is an error in the domain.xml or some other problem.
116 if (!error)
119 error = true;
122 return error;
205 error = true;
232 // we have a duplicate. So output that error
237 error = true;
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DErrorMsg.java54 * This is a helper class to report error messages from the EJBQL compiler.
68 * This method throws an EJBQLException indicating an user error.
71 * @param text error message
72 * @exception EJBQLException describes the user error.
74 public static void error(int line, int col, String text) method in class:ErrorMsg
98 * This method throws an EJBQLException indicating an user error.
99 * @param text error message
100 * @param cause the cause of the error
101 * @exception EJBQLException describes the user error.
103 public static void error(Strin method in class:ErrorMsg
114 public static void error(String text) method in class:ErrorMsg
[all...]
H A DParameterSupport.java198 ErrorMsg.error(I18NHelper.getMessage(
203 ErrorMsg.error(I18NHelper.getMessage(
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c85 #error JNI_MD_SYSNAME must be defined for this platform
185 #error RES_BUNDLE_NAME macro must be set
227 goto error;
240 goto error;
272 goto error;
284 error:
383 HandleX11Error(Display *display, XErrorEvent *error) argument
466 goto error;
472 if ((x11funcs->XCloseDisplay = (XCloseDisplay_t)dlsym(libgui, "XCloseDisplay")) == NULL) goto error;
473 if ((x11funcs->XOpenDisplay = (XOpenDisplay_t)dlsym(libgui, "XOpenDisplay")) == NULL) goto error;
[all...]

Completed in 84 milliseconds

123