Searched refs:exception (Results 301 - 325 of 372) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp432 // Classic vm does not throw an exception in case the allocation failed,
650 void vm_exit_during_initialization(Handle exception) { argument
659 java_lang_Throwable::print(exception, tty);
661 java_lang_Throwable::print_stack_trace(exception(), tty);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_de.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_it.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_sv.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_es.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_pt_BR.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_zh_CN.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
H A DDOMMessages_zh_TW.properties7 * particular file as subject to the "Classpath" exception as provided
41 # exception codes
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java8 * particular file as subject to the "Classpath" exception as provided
107 static ParseException alreadyRaised (Scanner scanner, String exception) argument
109 return arg1 ("alreadyRaised", scanner, exception);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DStructGen.java8 * particular file as subject to the "Classpath" exception as provided
84 protected StructGen (boolean exception) argument
86 thisIsReallyAnException = exception;
246 // for exception according to mapping we should always
325 stream.println (indent + name + " = org.omg.CORBA.ORB.init ().create_" + (thisIsReallyAnException ? "exception" : "struct") + "_tc (" + Util.helperName (s, true) + ".id (), \"" + Util.stripLeadingUnderscores (entry.name ()) + "\", " + membersName + ");"); // <d61056>
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DObjectReferenceImpl.java8 * particular file as subject to the "Classpath" exception as provided
264 * Since we got this exception,
269 * no-op, and we should allow it without an exception.
409 if (ret.exception != null) {
410 throw new InvocationException(ret.exception);
436 // If already collected, no harm done, no exception
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java734 // in the bucket. What to do? A warning? An exception?
2135 IOException exception = null;
2184 exception = ex;
2186 return getSchemaDocument1(mustResolve, hasInput, schemaSource, referElement, exception);
2203 IOException exception = null;
2297 exception = ioe;
2299 return getSchemaDocument1(mustResolve, hasInput, schemaSource, referElement, exception);
2314 IOException exception = null;
2362 exception = ioe;
2364 return getSchemaDocument1(mustResolve, hasInput, schemaSource, referElement, exception);
4134 reportSchemaError(String key, Object[] args, Element ele, Exception exception) argument
4142 reportSchemaWarning(String key, Object[] args, Element ele, Exception exception) argument
4146 reportSchemaErr(String key, Object[] args, Element ele, short type, Exception exception) argument
4313 createXMLParseException0(SAXParseException exception) argument
4316 createXNIException0(SAXException exception) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorPanel.java8 * particular file as subject to the "Classpath" exception as provided
115 catch (NumberFormatException exception) {
/openjdk7/jdk/src/share/classes/java/beans/
H A DVetoableChangeSupport.java8 * particular file as subject to the "Classpath" exception as provided
101 * If <code>listener</code> is null, no exception is thrown and no action
127 * If <code>listener</code> is null, or was never added, no exception is
190 * exception is thrown and no action is taken.
212 * If <code>propertyName</code> is null, no exception is thrown and no
215 * property, no exception is thrown and no action is taken.
385 catch (PropertyVetoException exception) {
389 throw veto; // rethrow the veto exception
H A DMetaData.java8 * particular file as subject to the "Classpath" exception as provided
1415 } catch (IntrospectionException exception) {
1433 catch (ClassNotFoundException exception) {
1434 throw new IllegalStateException("Could not find class", exception);
1436 catch (NoSuchFieldException exception) {
1437 throw new IllegalStateException("Could not find field", exception);
1446 catch (IllegalAccessException exception) {
1447 throw new IllegalStateException("Could not get value of the field", exception);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp108 static address exception_handler_for_exception(JavaThread* thread, oopDesc* exception);
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp170 // Implicit exception support
176 static address rethrow_C (oopDesc* exception, JavaThread *thread, address return_pc );
242 // Implicit exception support
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandTool.java8 * particular file as subject to the "Classpath" exception as provided
149 public void exception(ExceptionEventSet e) { method in class:CommandTool.TTYDebugListener
H A DContextManager.java8 * particular file as subject to the "Classpath" exception as provided
312 public void exception(ExceptionEventSet e) { method in class:ContextManager.ContextManagerListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerProcessor.java8 * particular file as subject to the "Classpath" exception as provided
111 * exception to the previous Pipe
128 logger.log(Level.FINER, "exception in handler chain", pe);
146 logger.log(Level.FINER, "exception in handler chain", re);
203 logger.log(Level.FINER, "exception in handler chain", re);
255 ProtocolException exception);
260 * exception or return of 'false' ends processing.
299 * exception (or)
340 * exception or return of 'false' ends processing.
362 "exception i
254 insertFaultMessage(C context, ProtocolException exception) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java8 * particular file as subject to the "Classpath" exception as provided
36 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
154 //TODO throw exception
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java27 * @summary Test the requesting of exception events
92 System.out.println("Got exception: " + exc);
237 * Target throws caught exception.
253 * Target throws uncaught exception.
269 * Target doesn't throw named exception. No events.
372 System.out.print("" + event.exception().referenceType().name());
382 System.out.print("alien exception: ");
H A DMethodEntryExitEvents.java139 System.out.println("Exception: " + event.exception());
H A DTestScaffold.java52 * catch it and output a msg if an exception occurs in the
58 * If we do catch an uncaught exception, we set this true
163 * unexpected exception. The unexpected exception will be handled in
166 * If a testcase does not want an uncaught exception to cause a
355 failure("FAIL: redefine - unexpected exception: " + exc);
397 failure("FAIL: async redefine - unexpected exception: " + exc);
495 * keeps running until a VMDisconnectedEvent occurs or some exception
573 event.exception().referenceType().name() +
577 ObjectReference obj = event.exception();
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp143 // Save current jvmti thread exception state.
181 // Restore the jvmti thread exception state.
257 JvmtiExceptionEventMark(JavaThread *thread, methodHandle method, address location, Handle exception) : argument
259 _exc(to_jobject(exception())) {};
260 jobject exception() { return _exc; } function in class:JvmtiExceptionEventMark
1149 // return a flag when a method terminates by throwing an exception
1150 // i.e. if an exception is thrown and it's not caught by the current method
1159 // if the method hasn't been popped because of an exception then we populate
1262 void JvmtiExport::post_exception_throw(JavaThread *thread, methodOop method, address location, oop exception) { argument
1265 Handle exception_handle(thread, exception);
1343 notice_unwind_due_to_exception(JavaThread *thread, methodOop method, address location, oop exception, bool in_handler_frame) argument
[all...]

Completed in 78 milliseconds

<<1112131415