Searched refs:error (Results 126 - 150 of 894) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDraconianErrorHandler.java81 public void error(SAXParseException e) throws SAXException { method in class:DraconianErrorHandler
H A DErrorHandlerProxy.java34 * This method will be called whenever an error/warning is found.
39 * rather than copying it into every component that needs an error handler
47 public void error(SAXParseException e) throws SAXException { method in class:ErrorHandlerProxy
50 ((ErrorHandlerWrapper)eh).fErrorHandler.error(e);
53 eh.error("","",ErrorHandlerWrapper.createXMLParseException(e));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLErrorHandler.java27 * in error notifications, then it can register an error handler object
61 * Reports an error. Errors are non-fatal and usually signify that the
64 * @param domain The domain of the error. The domain can be any
68 * document pertaining to this error.
69 * @param key The error key. This key can be any string and
76 public void error(String domain, String key, method in interface:XMLErrorHandler
80 * Report a fatal error. Fatal errors usually occur when the document
84 * <strong>Note:</strong> The error handler should <em>always</em>
87 * the method or a new XNI exception object. If the registered error
[all...]
/openjdk7/jdk/src/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
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlErrorHandler.java46 public void error(SAXParseException e) throws SAXException { method in class:XmlErrorHandler
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DReferenceTypeNode.java54 error("--- should not gen ---");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportListener.java60 public void error(SAXParseException exception) { method in class:WsimportListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DErrorListener.java40 * However, to make the error handling easy (and make it work
47 void error(SAXParseException exception); method in interface:ErrorListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DDraconianValidationErrorHandler.java44 public void error(SAXParseException e) throws SAXException { method in class:DraconianValidationErrorHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DDraconianErrorHandler.java33 * Aborts on the first error.
36 public void error( SAXParseException e ) throws SAXException { method in class:DraconianErrorHandler
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Event.c32 #error This file should not be included in headless library
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageConstXor.c75 #error "unknown platform"
/openjdk7/jdk/test/com/sun/net/httpserver/
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 DTest6a.java72 if (error) {
73 throw new RuntimeException ("test failed error");
82 public static boolean error = false; field in class:Test6a
96 error = true;
102 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;
H A DTest7a.java77 if (error) {
78 throw new RuntimeException ("test failed error");
87 public static boolean error = false; field in class:Test7a
101 error = true;
107 error = true;
/openjdk7/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
/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/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");
/openjdk7/langtools/test/tools/javac/processing/model/util/filter/
H A DTestIterables.java61 boolean error = false;
88 error = true;
92 error = true;
94 if (error)
/openjdk7/langtools/test/tools/javap/
H A DT6729471.java69 error(e.toString());
79 error(e.toString());
92 error(expect + " not found");
96 void error(String msg) { method in class:T6729471
116 throw new Error("javap reported error.");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DJAXPValidationMessages_es.properties36 BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje.
37 FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
39 # SchemaFactory error messages
46 # Validator error messages
51 # TypeInfoProvider error messages
54 # General error messages
/openjdk7/hotspot/src/share/vm/classfile/
H A DresolutionErrors.hpp41 ResolutionErrorEntry* new_entry(int hash, constantPoolOop pool, int cp_index, Symbol* error);
58 constantPoolHandle pool, int which, Symbol* error);
61 // find error given the constant pool and constant pool index
90 Symbol* error() const { return _error; } function in class:ResolutionErrorEntry
/openjdk7/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...]
/openjdk7/jaxws/src/share/jaxws_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.

Completed in 51 milliseconds

1234567891011>>