Searched defs:error (Results 176 - 200 of 394) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/4241573/
H A DT4241573.java114 error("bad value found: " + found + ", expected: " + expect);
117 error("error reading " + f +": " + e);
223 /** Report an error. */
224 void error(String msg) { method in class:T4241573
/openjdk7/langtools/test/tools/javac/6394683/
H A DT6394683.java108 throw new AssertionError("error creating files");
134 error("compilation failed, rc=" + rc + ", option: " + opt + ", older:" + older + ", newer" + newer);
141 static void error(String msg) { method in class:T6394683
/openjdk7/langtools/test/tools/javac/6402516/
H A DChecker.java85 error(s, ref, "scope missing");
90 error(s, ref, "scope unexpected");
114 void error(Scope s, String ref, String msg) { method in class:Checker
/openjdk7/langtools/test/tools/javac/6917288/
H A DT6917288.java67 error("compilation failed: rc=" + rc);
103 error("Unexpected file found: " + f);
107 error("Expected file not found: " + e);
149 * Record an error message.
151 void error(String msg) { method in class:T6917288
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.c36 * input validation and proper error handling, might not be present in
43 /* The error handling logic. */
46 * Most hprof error processing and error functions are kept here, along with
97 /* Could be a fatal error or assert error or a sanity error */
169 error_handler(jboolean fatal, jvmtiError error, argument
177 if ( error != JVMTI_ERROR_NONE ) {
178 error_name = getErrorName(error);
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderQueue.java164 private Error error; field in class:OGLRenderQueue.QueueFlusher
186 // re-throw any error that may have occurred during the flush
187 if (error != null) {
188 throw error;
229 error = null;
237 error = e;
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DMibLogger.java126 public void error(String func, String msg) { method in class:MibLogger
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dgui.js36 * input validation and proper error handling, might not be present in
189 * Shows an error alert box
194 function error(msg, title) { function
198 error.docString = "shows an error message box to the user";
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXErrorHandlerUtil.java33 * This class contains code of the global toolkit error handler, exposes static
34 * methods which allow to set and unset synthetic error handlers.
55 * Current error handler or null if no error handler is set.
76 * Sets the toolkit global error handler, stores the connection to X11 server,
77 * which will be used during an error handling process. This method is called
96 * Sets a synthetic error handler. Must be called with the acquired AWT lock.
97 * @param handler the synthetic error handler to set
105 * Unsets a current synthetic error handler. Must be called with the acquired AWT lock.
114 // and only then uninstall the error handle
123 SAVED_XERROR_HANDLER(long display, XErrorEvent error) argument
[all...]
/openjdk7/langtools/test/tools/javac/
H A DTestPkgInfo.java56 error("Exception: " + e);
129 error("package-info.class found but not expected");
131 error("package-info.class expected but not found");
163 /** Report an error. */
164 void error(String msg) { method in class:TestPkgInfo
/openjdk7/langtools/test/tools/javac/api/
H A DTestTrees.java70 error(d.toString());
107 error("bad result from getTree");
111 error("getPath returned null");
115 error("bad result from getPath");
119 error("getElement returned null");
123 error("bad result from getElement");
130 error("bad result from getTypeMirror");
142 error("bad result from getTree");
146 error("bad result from getPath");
149 void error(Strin method in class:TestTrees
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckResourceKeys.java89 error("bad option: " + arg);
132 error("Resource key does not start with a standard prefix: " + rk);
159 error("Resource key not found in code: " + rk);
189 "compiler.misc.count.error",
190 "compiler.misc.count.error.plural",
252 error("no match for \"" + cs + "\"");
372 * Report an error.
374 void error(String msg) { method in class:CheckResourceKeys
H A DMessageInfo.java143 error("unknown option: " + arg);
148 error("unknown arg: " + arg);
159 error("must set output file for these options");
183 error("no message file available");
192 error("problem reading message file: " + e);
212 error("Can't find message for " + k + " in message file");
226 error("Cannot merge info for " + k);
246 error("problem writing file: " + e);
264 error("no info for " + key);
387 * Report an error
389 void error(String msg) { method in class:MessageInfo
[all...]
/openjdk7/langtools/test/tools/javac/policy/test3/
H A DTest.java34 // For each of the permissable values, we compile a file with an error in it,
110 error("Unexpected output: " + ssp.dontExpect + "\n" + sw);
116 error("Expected output not found: " + ssp.expect + "\n" + sw);
119 void error(String message) { method in class:Test
158 0 // syntax error
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource2.java159 error("Unexpected value: " + val + "; expected: " + expect);
162 void error(String msg) { method in class:TestGetResource2
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java108 void error(String msg) { method in class:TestSymtabItems
197 error("members_field is null");
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonClassNames.java149 error("Errors found during compile.");
155 static void error(String msg) { method in class:TestAnonClassNames
H A DTestTypeParameter.java48 error("unexpected number of results: expected " + expect
87 error("unexpected owner; expected: " + e
93 error("unexpected generic element; expected: " + tpe.getGenericElement()
111 void error(String msg, Element e) { method in class:TestTypeParameter
115 void error(String msg) { method in class:TestTypeParameter
/openjdk7/langtools/test/tools/javac/tree/
H A DT6993305.java76 void error(String msg) { method in class:T6993305
117 error("Unexpected value for " + name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java46 // REVISIT: current implementations wraps error several times:
67 // some components may set error node
98 /** Sets the DOM error handler. */
150 * Reports an error. Errors are non-fatal and usually signify that the
153 * @param domain The domain of the error. The domain can be any
157 * document pertaining to this error.
158 * @param key The error key. This key can be any string and
165 public void error(String domain, String key, method in class:DOMErrorHandlerWrapper
183 } // error(String,String,XMLParseException)
186 * Report a fatal error
231 handleError(DOMError error) argument
238 printError(DOMError error) argument
413 getDOMErrorType(XMLErrorCode error) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DListingErrorHandler.java117 * Receive notification of a recoverable error.
119 * <p>This corresponds to the definition of "error" in section 1.2
129 * error even if the XML 1.0 recommendation does not require it to
135 * @param exception The error information encapsulated in a
141 public void error (SAXParseException exception) method in class:ListingErrorHandler
145 m_pw.println("error: " + exception.getMessage());
154 * Receive notification of a non-recoverable error.
156 * <p>This corresponds to the definition of "fatal error" in
163 * (if at all) only for the sake of collecting addition error
167 * @param exception The error informatio
233 public void error(TransformerException exception) method in class:ListingErrorHandler
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java56 throw new IOException("Overflow error reading int from debug server (read " + l + ")");
66 error();
84 error();
88 error();
205 private void error() throws IOException { method in class:InputLexer
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java411 public void error(SAXParseException x) throws SAXException { method in class:XmlSupport.EH
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java117 public final void error(String func, String msg) { method in class:ClassLogger
121 public final void error(String func, Throwable t) { method in class:ClassLogger
125 public final void error(String func, String msg, Throwable t) { method in class:ClassLogger
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java30 * input validation and proper error handling, might not be present in
57 private OutputListener error; field in class:ChildSession
63 OutputListener error,
66 input, output, error, diagnostics);
74 OutputListener error,
77 input, output, error, diagnostics);
84 OutputListener error,
89 this.error = error;
116 new OutputReader("error reade
59 ChildSession(ExecutionManager runtime, String userVMArgs, String cmdLine, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
69 ChildSession(ExecutionManager runtime, LaunchingConnector connector, Map<String, Connector.Argument> arguments, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
80 ChildSession(ExecutionManager runtime, VirtualMachine vm, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
[all...]

Completed in 74 milliseconds

1234567891011>>