Searched defs:error (Results 101 - 125 of 394) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javap/
H A DT6715251.java54 error("bad result: expected: " + expect + ", found " + rc + "\n"
67 void error(String msg) { method in class:T6715251
H A DT6716452.java69 error(m + ": unexpected attribute found,"
74 error(m + ": expected attribute " + name + " not found");
78 error(m + ": unexpected attribute " + name);
82 error(m + ": " + e);
107 void error(String msg) { method in class:T6716452
108 System.err.println("error: " + msg);
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.");
H A DT6824493.java81 error("unexpected return code from javap: " + rc);
89 error("Not found: " + e);
93 void error(String msg) { method in class:T6824493
H A DT6866657.java57 error("Can't find " + className);
66 error("Exception: " + e);
72 error("bad value found: " + found + " expected: " + expected);
75 void error(String msg) { method in class:T6866657
/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/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDefaultErrorHandler.java30 * Default error handler.
50 * Constructs an error handler that prints error messages to
58 * Constructs an error handler that prints error messages to the
76 public void error(String domain, String key, XMLParseException ex) method in class:DefaultErrorHandler
79 } // error(XMLParseException)
81 /** Fatal error. */
92 /** Prints the error message. */
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerErrorHandler.java29 * The Default XPointer error handler used by the XInclude implementation.
30 * XPointer error's are thrown so that they may be caught by the XInclude
48 * Constructs an error handler that prints error messages to
56 * Constructs an error handler that prints error messages to the
74 public void error(String domain, String key, XMLParseException ex) method in class:XPointerErrorHandler
78 } // error(XMLParseException)
80 /** Fatal error. */
91 /** Prints the error messag
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDefaultErrorHandler.java41 * Implement SAX error handler for default reporting.
50 * the error() and fatalError() methods. If it is false, the errors
112 * Receive notification of a recoverable error.
114 * <p>This corresponds to the definition of "error" in section 1.2
124 * error even if the XML 1.0 recommendation does not require it to
127 * @param exception The error information encapsulated in a
132 public void error(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler
141 * Receive notification of a non-recoverable error.
143 * <p>This corresponds to the definition of "fatal error" in
150 * (if at all) only for the sake of collecting addition error
213 public void error(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DresolutionErrors.cpp35 constantPoolHandle pool, int cp_index, Symbol* error)
38 assert(!pool.is_null() && error != NULL, "adding NULL obj");
40 ResolutionErrorEntry* entry = new_entry(hash, pool(), cp_index, error);
61 assert(e == NULL || _error == NULL, "cannot reset error");
66 // create new error entry
68 int cp_index, Symbol* error)
73 entry->set_error(error);
79 // decrement error refcount
80 assert(entry->error() != NULL, "error shoul
34 add_entry(int index, unsigned int hash, constantPoolHandle pool, int cp_index, Symbol* error) argument
67 new_entry(int hash, constantPoolOop pool, int cp_index, Symbol* error) argument
[all...]
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/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDInputStream.java69 public void error(String msg) { method in class:DTDInputStream
70 System.out.println("line " + ln + ": dtd input error: " + msg);
129 error("undefined entity reference: " + nm);
152 error("entity data not found: " + ent + ", " + ent.getString());
/openjdk7/jdk/src/share/back/
H A DClassTypeImpl.c144 jvmtiError error; local
152 error = fieldSignature(clazz, field, NULL, &signature, NULL);
153 if (error != JVMTI_ERROR_NONE) {
H A DoutStream.h48 jvmtiError error; member in struct:PacketOutputStream
83 void outStream_setError(PacketOutputStream *stream, jdwpError error);
H A DstandardHandlers.c102 jvmtiError error; local
106 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
108 if (error != JVMTI_ERROR_NONE) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DErrorReceiverImpl.java54 public void error(SAXParseException exception) { method in class:ErrorReceiverImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DDefaultAuthenticator.java67 error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_FILE_NOT_FOUND(authFile.getCanonicalPath(), defaultAuthfile), null));
69 error(new SAXParseException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(authFile,e.getMessage()), null));
75 error(new SAXParseException("Authorization file: "+authFile + " does not have read permission!", null));
102 error(new SAXParseException(e.getMessage(), null));
105 error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_FILE_NOT_FOUND(authFile, defaultAuthfile), null, e));
129 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(url), locator));
132 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(url), locator));
136 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(text), locator));
141 error(new SAXParseException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(authFile,e.getMessage()), locator));
146 * When user provides authfile explicitly using -Xauthfile we throw error otherwis
148 private void error(SAXParseException e){ method in class:DefaultAuthenticator
[all...]
H A DErrorReceiver.java45 * However, to make the error handling easy (and make it work
69 public final void error( Locator loc, String msg ) { method in class:ErrorReceiver
70 error( new SAXParseException2(msg,loc) );
73 public final void error( Locator loc, String msg, Exception e ) { method in class:ErrorReceiver
74 error( new SAXParseException2(msg,loc,e) );
77 public final void error( String msg, Exception e ) { method in class:ErrorReceiver
78 error( new SAXParseException2(msg,null,e) );
81 public void error(Exception e) { method in class:ErrorReceiver
82 error(e.getMessage(),e);
97 public abstract void error(SAXParseExceptio method in class:ErrorReceiver
[all...]
H A DErrorReceiverFilter.java34 * If an error is encountered, this filter sets a flag.
56 * Resets the error state its currently in. It allows to ignore the error reported by
75 public void error(SAXParseException exception) { method in class:ErrorReceiverFilter
77 if(core!=null) core.error(exception);
H A DWsimportListener.java60 public void error(SAXParseException exception) { method in class:WsimportListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DErrorReceiver.java47 * However, to make the error handling easy (and make it work
70 public final void error( Locator loc, String msg ) { method in class:ErrorReceiver
71 error( new SAXParseException2(msg,loc) );
74 public final void error( Locator loc, String msg, Exception e ) { method in class:ErrorReceiver
75 error( new SAXParseException2(msg,loc,e) );
78 public final void error( String msg, Exception e ) { method in class:ErrorReceiver
79 error( new SAXParseException2(msg,null,e) );
82 public void error(Exception e) { method in class:ErrorReceiver
83 error(e.getMessage(),e);
99 public abstract void error(SAXParseExceptio method in class:ErrorReceiver
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJavaCompilerImpl.java104 public void error(IllegalAnnotationException e) { method in class:JavaCompilerImpl.ErrorHandlerImpl
/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/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.
/openjdk7/jaxws/src/share/jaxws_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.

Completed in 118 milliseconds

1234567891011>>