Searched refs:error (Results 201 - 225 of 1265) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.logging/share/classes/java/util/logging/
H A DErrorManager.java31 * any error that occurs on a Handler during Logging.
43 * We declare standard error codes for important categories of errors.
73 * The error method is called when a Handler failure occurs.
81 * @param code an error code defined in ErrorManager
83 public synchronized void error(String msg, Exception ex, int code) { method in class:ErrorManager
85 // We only report the first error, to avoid clogging
/openjdk10/jdk/src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/
H A DKtab.java114 ktab.error("A command must be provided");
151 error("A principal name must be specified after -a");
158 error("A principal name must be specified after -d");
169 error("An etype must be specified after -e");
177 error(args[i] + " is not a valid etype");
180 error(args[i] + " is not valid after -" + action);
185 error("A KVNO must be specified after -n");
193 error(args[i] + " is not a valid KVNO");
198 error("A keytab name must be specified after -k");
217 error("Unknow
414 void error(String... errors) { method in class:Ktab
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_v_ImageConstXor.c75 #error "unknown platform"
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DXmlErrorHandler.java46 public void error(SAXParseException e) throws SAXException { method in class:XmlErrorHandler
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_Event.c32 #error This file should not be included in headless library
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DContinueStatement.java68 env.error(where, "branch.to.uplevel", lbl);
73 env.error(where, "invalid.continue");
77 env.error(where, "label.not.found", lbl);
79 env.error(where, "invalid.continue");
/openjdk10/jdk/test/com/sun/net/httpserver/
H A DTest7a.java80 if (error) {
81 throw new RuntimeException ("test failed error");
90 public static boolean error = false; field in class:Test7a
104 error = true;
110 error = true;
H A DTest6a.java75 if (error) {
76 throw new RuntimeException ("test failed error");
85 public static boolean error = false; field in class:Test6a
99 error = true;
105 error = true;
H A DTest6.java70 if (error) {
71 throw new RuntimeException ("test failed error");
80 public static boolean error = false; field in class:Test6
94 error = true;
100 error = true;
H A DTest7.java70 if (error) {
71 throw new RuntimeException ("test failed error");
80 public static boolean error = false; field in class:Test7
94 error = true;
100 error = true;
/openjdk10/jdk/test/java/lang/Class/forName/arrayClass/
H A DExceedMaxDim.java48 private int error = 0; field in class:ExceedMaxDim
70 if (test.error != 0)
110 error++;
125 error++;
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DDeferredLintHandler.java121 Assert.error();
127 Assert.error();
133 Assert.error();
139 Assert.error();
/openjdk10/langtools/test/tools/javac/6917288/
H A DGraphicalInstallerTest.java45 error("compilation failed: rc=" + rc);
89 error("Unexpected file found: " + f);
93 error("Expected file not found: " + e);
98 * Record an error message.
100 void error(String msg) { method in class:GraphicalInstallerTest
/openjdk10/langtools/test/tools/javac/MethodParameters/
H A DClassFileVisitor.java73 public void error(String msg) { method in class:ClassFileVisitor
74 super.error("classfile: " + msg);
198 error(prefix + "missing MethodParameters attribute");
207 error(prefix + "Multiple MethodParameters attributes");
215 error(prefix + "0 length MethodParameters attribute");
221 error(prefix + "found " + mNumParams +
239 error(prefix + "name expected, param[" + x + "]");
252 error(prefix + "invalid index " + cpi + " for param["
283 error(prefix + "param[" + x + "]='"
299 * Return -1, if an error i
[all...]
/openjdk10/langtools/test/tools/javac/processing/model/util/filter/
H A DTestIterables.java63 boolean error = false;
90 error = true;
94 error = true;
96 if (error)
/openjdk10/langtools/test/tools/javadoc/
H A DMaxWarns.java77 error("unexpected number of warnings reported: " + n + "; expected: " + count);
84 error("unexpected number of warnings reported: " + n + "; expected: " + count);
86 error("total count not found");
89 void error(String msg) { method in class:MaxWarns
/openjdk10/nashorn/test/script/basic/es6/
H A Dweakset.js32 function assertThrows(src, error) {
35 Assert.fail("No error, expected " + error);
37 if (!(e instanceof error)) {
38 Assert.fail("Wrong error, expected " + error + " but got " + e);
/openjdk10/hotspot/src/share/vm/classfile/
H A DresolutionErrors.hpp42 Symbol* error, Symbol* message);
59 const constantPoolHandle& pool, int which, Symbol* error, Symbol* message);
62 // find error given the constant pool and constant pool index
91 Symbol* error() const { return _error; } function in class:ResolutionErrorEntry
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java76 error("expected '" + functionPrefix + "'");
80 error("missing open paren");
85 error("missing close paren - must be on same line");
91 error("function declaration first line must end with open bracket '{', instead got '" +
97 line = ""; // so error does not look wierd
98 error("unexpected end of file");
108 error("function end is malformed - should be: " + expected);
181 void error(String msg) { method in class:SourceFile
182 System.err.println("Fatal error parsing file: " + fn);
196 error("unexpecte
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java35 * This method will be called whenever an error/warning is found.
40 * rather than copying it into every component that needs an error handler
48 public void error(SAXParseException e) throws SAXException { method in class:ErrorHandlerProxy
51 ((ErrorHandlerWrapper)eh).fErrorHandler.error(e);
54 eh.error("","",ErrorHandlerWrapper.createXMLParseException(e));
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/common/
H A DBug6350682.java72 } catch (TransformerFactoryConfigurationError error) {
73 error.printStackTrace();
74 Assert.fail(error.toString());
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationsException.java54 assert !errors.isEmpty() : "there must be at least one error";
62 for( IllegalAnnotationException error : errors )
63 sb.append(error.toString()).append('\n');
81 public void error(IllegalAnnotationException e) { method in class:IllegalAnnotationsException.Builder
85 * If an error was reported, throw the exception.
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/dom/
H A DBug4915748.java64 public boolean handleError(DOMError error) {
65 System.out.println(error.getMessage());
66 Assert.assertEquals(error.getType(), "cdata-sections-splitted");
72 config.setParameter("error-handler", erroHandler);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/parser/
H A DInaccessibleWSDLException.java49 assert !errors.isEmpty() : "there must be at least one error";
57 for( Throwable error : errors )
58 sb.append(error.toString()).append('\n');
76 public void error(Throwable e) { method in class:InaccessibleWSDLException.Builder
80 * If an error was reported, throw the exception.
/openjdk10/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/
H A DUnixTerminal.java104 Log.error("Failed to ", (enabled ? "enable" : "disable"), " echo", e);
117 Log.error("Failed to disable interrupt character", e);
130 Log.error("Failed to enable interrupt character", e);

Completed in 168 milliseconds

1234567891011>>