Searched refs:error (Results 226 - 250 of 894) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/tree/
H A DClassTreeTest.java59 error("Unexpected number of checks performed; expected: " + expected + ", found: " + checks);
85 error("Can't find node named " + name);
87 error("Unexpected kind for node named " + name + ": expected: " + k + ", found: " + c.getKind());
90 void error(String msg) { method in class:ClassTreeTest
H A DMakeLiteralTest.java71 error("unexpected tag: " + l.getTag() + ": expected: " + tag);
73 error("unexpected type: " + l.type + ": expected: " + type);
76 error("unexpected const value: "
82 void error(String msg) { method in class:MakeLiteralTest
H A DAbstractTreeScannerTest.java81 error("File not found: " + file);
132 error("Error parsing " + file + "\n" + e.getMessage());
135 error("Error reading " + file + ": " + e);
141 error("File " + file + " ignored");
179 * Report an error. When the program is complete, the program will either
181 * @param msg the error message
183 void error(String msg) { method in class:AbstractTreeScannerTest
189 * Report an error. When the program is complete, the program will either
191 * @param msg the error message
193 void error(JavaFileObjec method in class:AbstractTreeScannerTest
204 void error(JavaFileObject file, Tree tree, String msg) { method in class:AbstractTreeScannerTest
[all...]
/openjdk7/langtools/test/tools/javap/
H A DT4501661.java105 error("javap failed unexpectedly; rc=" + rc + "\n" + sw);
108 error("javap succeeded unexpectedly");
116 error("\"" + word + "\" unexpectedly found in output");
120 void error(String msg) { method in class:T4501661
121 System.err.println("error: " + msg);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldExpression.java127 // An error was already reported, so quit.
140 env.error(where, "inner.class.expected", id, rightClass);
148 env.error(where, "no.type.access", id, rightClass, ctxClass);
153 env.error(where, "invalid.protected.type.use", id, ctxClass, rty);
166 env.error(where, "class.not.found", e.name, ctx.field);
207 env.error(where, "invalid.type.expr");
240 env.error(where, "undef.var.super", idSuper);
269 env.error(right.where, "ambig.class", e.name1, e.name2);
276 env.error(ie.where, "undef.class", ie.id);
278 env.error(i
[all...]
H A DBinaryEqualityExpression.java50 // who cares. One of them is an error.
58 env.error(where, "incompatible.type",
61 env.error(where, "class.not.found", e.name, opNames[op]);
H A DSuperExpression.java68 env.error(where, "undef.var.super", idSuper);
86 env.error(where, "undef.var", idSuper);
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java100 error("Malformed URL ");
102 error("IO Exception ");
105 error("No manifest available in "+targetFile);
116 error("No attributes available in the manifest");
119 error("The target file does not have a specification title");
121 error("The target file does not have a specification version");
170 error("Malformed URL");
172 error("IO Exception");
310 * Throws a RuntimeException with a message describing the error.
312 static void error(Strin method in class:ExtCheck
[all...]
/openjdk7/jdk/src/share/back/
H A DEventRequestImpl.c282 jvmtiError error; local
283 error = eventHandler_installExternal(node);
284 serror = map2jdwpError(error);
308 jvmtiError error; local
329 error = eventHandler_freeByID(ei, handlerID);
330 if (error != JVMTI_ERROR_NONE) {
331 outStream_setError(out, map2jdwpError(error));
340 jvmtiError error; local
342 error = eventHandler_freeAll(EI_BREAKPOINT);
343 if (error !
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java146 log.error(a.annotationType.pos(),
161 log.error(t.pos(), "annotation.value.must.be.name.value");
166 log.error(t.pos(), "annotation.value.must.be.name.value");
179 log.error(left.pos(), "no.annotation.member", left.name, a.type);
194 //error is thrown, we should recover gracefully, and display an
199 log.error(tree.pos(), "cant.resolve", Kinds.kindName(e.sym), e.sym);
207 log.error(tree.pos(), "attribute.value.must.be.constant");
218 log.error(tree.pos(), "annotation.value.must.be.class.literal");
226 log.error(tree.pos(), "annotation.value.must.be.annotation");
238 log.error(n
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java211 * general to set the error location to the exact position of a component
212 * that is in error, so an error message must refer to the entire qualified
219 * All error messages are thus poorly localized. These checks should be
242 // Reported error location may be imprecise
244 error(where, "cant.access.class", def);
249 error(where, "ambig.class", ee.name1, ee.name2);
257 env.error(where, "class.and.package",
261 env.error(where, "io.exception", "package check");
263 // This error messag
874 public void error(Object source, long where, String err, Object arg1, Object arg2, Object arg3) { method in class:Environment
877 public final void error(long where, String err, Object arg1, Object arg2, Object arg3) { method in class:Environment
880 public final void error(long where, String err, Object arg1, Object arg2) { method in class:Environment
883 public final void error(long where, String err, Object arg1) { method in class:Environment
886 public final void error(long where, String err) { method in class:Environment
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java292 error("illegal_name_attribute");
296 error("illegal_attribute_ignored", name);
320 error("relative_datatype_library");
322 error("fragment_identifier_datatype_library");
329 error("qualified_attribute", atts.getLocalName(i));
370 error("illegal_characters_ignored");
496 error("expected_empty", localName);
521 error("expected_pattern", localName);
550 error("missing_children");
700 error("expected_gramma
1516 private void error(String key) throws SAXException { method in class:SchemaParser
1520 private void error(String key, String arg) throws SAXException { method in class:SchemaParser
1524 void error(String key, String arg1, String arg2) throws SAXException { method in class:SchemaParser
1528 private void error(String key, Locator loc) throws SAXException { method in class:SchemaParser
1532 private void error(String key, String arg, Locator loc) throws SAXException { method in class:SchemaParser
1536 private void error(String key, String arg1, String arg2, Locator loc) method in class:SchemaParser
1541 private void error(SAXParseException e) throws SAXException { method in class:SchemaParser
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DTypeCheckError.java42 public TypeCheckError(ErrorMsg error) { argument
44 _error = error;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DJAXPValidationMessages_de.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DJAXPValidationMessages_it.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DJAXPValidationMessages_pt_BR.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DJAXPValidationMessages_sv.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DJAXPValidationMessages_zh_CN.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DJAXPValidationMessages_zh_TW.properties39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
H A DXMLSchemaMessages_fr.properties29 # This file contains error and warning messages related to XML Schema
60 # Ideally, we should only use the following error keys, not the ones under
H A DXMLSerializerMessages_es.properties29 # This file stores error messages for the Xerces XML
30 # serializer. Many DOM Load/Save error messages also
38 BadMessageKey = No se ha encontrado el mensaje de error que corresponde a la clave de mensaje.
39 FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DErrorHandlerAdaptor.java77 /** set to true if there was any error. */
81 * returns if there was an error since the last invocation of
85 /** resets the error flag. */
105 public void error( String domain, String key, XMLParseException e ) { method in class:ErrorHandlerAdaptor
108 getErrorHandler().error( Util.toSAXParseException(e) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DStringCutter.java61 throw error();
64 private ParseException error() { method in class:StringCutter
/openjdk7/langtools/test/tools/javac/api/ToolProvider/
H A DToolProviderTest2.java72 error("Unexpected exit code: " + rc);
81 void error(String msg) { method in class:ToolProviderTest2
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTest.java38 javadoc("Error.java", "1 error");
69 error("expected text not found: " + expect);
72 void error(String msg) { method in class:Test

Completed in 79 milliseconds

1234567891011>>