Searched refs:exception (Results 326 - 350 of 372) sorted by relevance

<<1112131415

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4880633.java149 public void exceptionThrown(Exception exception) { argument
150 throw new Error("unexpected exception", exception);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java8 * particular file as subject to the "Classpath" exception as provided
131 // initialize exception list if not passed in
334 _env.exception(ex);
335 // NOTE: The exception should not be thrown.
336 // However, JDK 1.4 and earlier threw the exception,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java8 * particular file as subject to the "Classpath" exception as provided
904 * @exception IllegalArgumentException if <code>textPosition</code>
981 * @param exception the message to use in the
984 * @exception IllegalArgumentException if key is not one of the legal
989 protected int checkHorizontalKey(int key, String exception) { argument
997 throw new IllegalArgumentException(exception);
1011 * @param exception the message to use in the
1014 * @exception IllegalArgumentException if key is not one of the legal
1017 protected int checkVerticalKey(int key, String exception) { argument
1021 throw new IllegalArgumentException(exception);
[all...]
H A DJEditorPane.java8 * particular file as subject to the "Classpath" exception as provided
259 * @exception IOException if the URL is <code>null</code>
272 * @exception IOException if the URL is <code>null</code> or
287 * @exception NullPointerException if the <code>type</code> parameter
408 * @exception IOException for a <code>null</code> or invalid
409 * page specification, or exception from the stream being read
526 * @exception IOException as thrown by the stream being
550 * is thrown this exception will contain the new CharSet.
580 } catch (IOException exception) {
875 * @exception IOExceptio
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DIndexedPropertyDescriptor.java8 * particular file as subject to the "Classpath" exception as provided
62 * @exception IntrospectionException if an exception occurs during
93 * @exception IntrospectionException if an exception occurs during
128 * @exception IntrospectionException if an exception occurs during
153 * @exception IntrospectionException if an exception occurs during introspection
503 catch (IntrospectionException exception) {
[all...]
H A DIntrospector.java8 * particular file as subject to the "Classpath" exception as provided
146 * @exception IntrospectionException if an exception occurs during
189 * @exception IntrospectionException if an exception occurs during
209 * @exception IntrospectionException if an exception occurs during
241 * @exception IntrospectionException if an exception occurs during introspection
311 * @exception SecurityExceptio
1419 throwsException(Method method, Class exception) argument
[all...]
H A DPropertyDescriptor.java8 * particular file as subject to the "Classpath" exception as provided
65 * @exception IntrospectionException if an exception occurs during
86 * @exception IntrospectionException if an exception occurs during
128 * @exception IntrospectionException if an exception occurs during
149 * @exception IntrospectionException if an exception occurs during introspection
638 catch (IntrospectionException exception) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java8 * particular file as subject to the "Classpath" exception as provided
181 println("Exception: " + event.exception() +
194 // Step to exception catch
/openjdk7/jdk/src/share/back/
H A Dutil.h8 * particular file as subject to the "Classpath" exception as provided
213 jobject object; /* possibly an exception or user object */
236 } exception; member in union:__anon515::__anon516
H A DdebugInit.c8 * particular file as subject to the "Classpath" exception as provided
73 static char *initOnException = NULL; /* init when this exception thrown */
426 * particular exception. The triggering event invokes
496 jobject exception,
513 * We want to preserve any current exception that might get wiped
516 * doing a PushLocalFrame here might itself generate an exception.
524 LOG_MISC(("Initializing on uncaught exception"));
531 /* Get class of exception thrown */
532 clazz = JNI_FUNC_PTR(env,GetObjectClass)(env, exception);
537 LOG_MISC(("Checking specific exception
494 cbEarlyException(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception, jmethodID catch_method, jlocation catch_location) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.c213 /* Handle tracking of an exception catch */
216 jlocation location, jobject exception)
215 event_exception_catch(JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception) argument
H A Dhprof_util.c463 jobject exception; local
471 exception = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
472 if ( exception != NULL ) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp474 // The continuation address is the entry point of the exception handler of the
489 // native nmethods don't have exception handlers
490 assert(!nm->is_native_method(), "no exception handler");
491 assert(nm->header_begin() != nm->exception_begin(), "no exception handler");
513 tty->print_cr("No exception handler found for exception at " INTPTR_FORMAT " - potential problems:", return_address);
514 tty->print_cr("a) exception happened in (new?) code stubs/buffers that is not handled here");
563 "... found polling page %s exception at pc = "
625 // ret_pc points into caller; we are returning caller's exception handler
626 // for given exception
627 compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception, bool force_unwind, bool top_frame_only) argument
[all...]
H A DsharedRuntime.hpp43 // shared functionality such as exception forwarding (C++ to
167 // exception handling across interpreter/compiler boundaries
177 // exception handling and implicit exceptions
178 static address compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception,
235 // Helper routine for full-speed JVMTI exception throwing support
275 * @return the dynamically allocated exception message (must be freed
291 * @return the dynamically allocated exception message (must be freed
498 static int _throw_null_ctr; // throwing a null-pointer exception
520 static int _find_handler_ctr; // find exception handler
521 static int _rethrow_ctr; // rethrow exception
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec8 * particular file as subject to the "Classpath" exception as provided
212 "A thread death exception is not thrown and "
1098 "If the invoked method throws an exception, the "
1099 "exception object ID is set in the reply packet; otherwise, the "
1100 "exception object ID is null. "
1145 (tagged-object exception "The thrown exception.")
1173 "If the constructor throws an exception, the "
1174 "exception object ID is set in the reply packet; otherwise, the "
1175 "exception objec
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp556 // Entry already unlocked, need to throw exception
581 Label loop, exception, entry, restart; local
591 // Entry already locked, need to throw exception
592 bind(exception);
597 // Throw exception
619 jcc(Assembler::notEqual, exception);
760 save_bcp(); // Save in case of exception
H A Dinterp_masm_x86_64.cpp556 // Entry already unlocked, need to throw exception
583 Label loop, exception, entry, restart; local
599 // Entry already locked, need to throw exception
600 bind(exception);
603 // Throw exception
611 // We don't have to preserve c_rarg1 since we are going to throw an exception.
629 jcc(Assembler::notEqual, exception);
771 save_bcp(); // Save in case of exception
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s10 ! particular file as subject to the "Classpath" exception as provided
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_ja.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_ko.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java8 * particular file as subject to the "Classpath" exception as provided
139 e.exception() + " thrown");
828 ie.exception().referenceType().name());
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java8 * particular file as subject to the "Classpath" exception as provided
123 ee.exception().referenceType().name());
126 new Object [] {ee.exception().referenceType().name(),
574 MessageOutput.printException("Internal exception:", e);
1069 MessageOutput.printException("Internal exception:", e);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1106 assert(block()->is_set(BlockBegin::exception_entry_flag), "ExceptionObject only allowed in exception handler block");
1109 // no moves are created for phi functions at the begin of exception
1953 LIRItem exception(x->exception(), this);
1954 exception.load_item();
1956 LIR_Opr exception_opr = exception.result();
1973 ciType* throw_type = x->exception()->exact_type();
1976 throw_type = x->exception()->declared_type();
1984 // do null check before moving exception oop into fixed register
1989 (x->exception()
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs11 * particular file as subject to the "Classpath" exception as provided
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h8 * particular file as subject to the "Classpath" exception as provided
780 jobject exception,
790 jobject exception);
1033 jobject exception);
1835 jobject exception) {
1836 return functions->StopThread(this, thread, exception);
1834 StopThread(jthread thread, jobject exception) argument

Completed in 126 milliseconds

<<1112131415