Searched refs:exception (Results 101 - 125 of 372) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DValidationException.java8 * particular file as subject to the "Classpath" exception as provided
28 import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase;
31 * An exception signalling that validation of an entity failed.
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4165217.java57 catch (ClassNotFoundException exception) {
58 throw new Error("unexpected exception during class creation", exception);
60 catch (IOException exception) {
61 throw new Error("unexpected exception during serialization", exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiver.java8 * particular file as subject to the "Classpath" exception as provided
97 public abstract void error(SAXParseException exception) throws AbortException; argument
98 public abstract void fatalError(SAXParseException exception) throws AbortException; argument
99 public abstract void warning(SAXParseException exception) throws AbortException; argument
116 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; argument
127 public abstract void debug(SAXParseException exception); argument
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DInterruptDeadlock.java44 volatile Exception exception; field in class:InterruptDeadlock.Reader
67 this.exception = unexpected;
71 Exception exception() { method in class:InterruptDeadlock.Reader
72 return exception;
115 Exception e = r.exception();
/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp58 void ThreadShadow::set_pending_exception(oop exception, const char* file, int line) { argument
59 assert(exception != NULL && exception->is_oop(), "invalid exception oop");
60 _pending_exception = exception;
68 tty->print_cr("Thread::clear_pending_exception: cleared exception:");
99 // We do not care what kind of exception we get for the vm-thread or a thread which
100 // is compiling. We just install a dummy exception object
122 // We do not care what kind of exception we get for the vm-thread or a thread which
123 // is compiling. We just install a dummy exception objec
132 _throw_oop(Thread* thread, const char* file, int line, oop exception) argument
201 Handle exception = new_exception(thread, name, signature, args, h_loader, h_prot); local
220 Handle exception; local
410 oop exception = _thread->pending_exception(); local
445 debug_check_abort(Handle exception, const char* message) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java66 /** Field containedException specifies a wrapped exception. May be null.
71 * This method retrieves an exception that this exception wraps.
146 * Create a new DTMException wrapping an existing exception.
148 * @param e The exception to be wrapped.
159 * Wrap an existing exception in a DTMException.
165 * use the message from the embedded exception.
166 * @param e Any exception
182 * creating its own exception from within a DocumentHandler
197 * Wrap an existing exception i
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/
H A Dactivation.idl8 * particular file as subject to the "Classpath" exception as provided
39 exception NoSuchEndPoint {} ;
44 exception InvalidORBid {} ;
48 exception ServerNotRegistered {
55 exception ServerNotActive {
63 exception ServerHeldDown {
70 exception ServerAlreadyActive{
77 exception ServerAlreadyRegistered {
85 exception ServerAlreadyInstalled {
94 exception ServerAlreadyUninstalle
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DThrowsTaglet.java8 * particular file as subject to the "Classpath" exception as provided
53 ClassDoc exception;
56 exception = throwsTag.exception();
57 input.tagId = exception == null ?
59 throwsTag.exception().qualifiedName();
61 exception = input.method.containingClass().findClass(input.tagId);
67 (tags[i].exception() != null &&
68 (input.tagId.equals(tags[i].exception().qualifiedName())))) {
74 } else if (exception !
[all...]
/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.c8 * particular file as subject to the "Classpath" exception as provided
66 * Returns true if it properly sets up a fallback exception
119 * Creates an exception or error with the fully qualified classname (ie java/lang/Error)
126 jthrowable exception = NULL; local
134 /* create new VMError with message from exception */
149 exception = (*jnienv)->NewObject(jnienv, exceptionClass, constructor, message);
155 return exception;
260 jplis_assert_msg(!errorOutstanding, "can't create exception java string");
275 jthrowable exception) {
283 /* call getMessage on exception */
274 getMessageFromThrowable( JNIEnv* jnienv, jthrowable exception) argument
314 isUnchecked( JNIEnv* jnienv, jthrowable exception) argument
352 throwThrowable( JNIEnv * jnienv, jthrowable exception) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DDelegateImpl.java8 * particular file as subject to the "Classpath" exception as provided
69 } catch (ClassCastException exception){
70 throw wrapper.defaultPoaNotPoaimpl( exception ) ;
95 } catch (EmptyStackException exception){
101 throw wrapper.noContext( exception ) ;
109 } catch (EmptyStackException exception){
110 throw wrapper.noContext(exception) ;
136 } catch (EmptyStackException exception){
137 throw wrapper.noContext(exception) ;
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DCORBAX.idl8 * particular file as subject to the "Classpath" exception as provided
65 exception PolicyError { PolicyErrorCode reason; };
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJTryBlock.java8 * particular file as subject to the "Classpath" exception as provided
49 public JCatchBlock _catch(JClass exception) { argument
50 JCatchBlock cb = new JCatchBlock(exception);
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4984912.java67 catch (IntrospectionException exception) {
68 throw new Error(exception);
H A DTest6660539.java61 catch (IntrospectionException exception) {
62 throw new Error("unexpected", exception);
H A DTest6963811.java50 catch (Exception exception) {
51 exception.printStackTrace();
/openjdk7/jdk/test/java/beans/PropertyEditor/
H A DTest6963811.java57 catch (Exception exception) {
58 exception.printStackTrace();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4950122.java71 public void exceptionThrown(Exception exception) { argument
72 throw new Error("unexpected exception", exception);
H A DTest6963811.java56 catch (Exception exception) {
57 exception.printStackTrace();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DThrowsTagImpl.java8 * particular file as subject to the "Classpath" exception as provided
31 * Represents a @throws or @exception documentation tag.
32 * Parses and holds the exception name and exception comment.
33 * The exception name my be the name of a type variable.
34 * Note: @exception is a backwards compatible synonymy for @throws.
59 * Return the exception name.
66 * Return the exception comment.
73 * Return the exception as a ClassDocImpl.
75 public ClassDoc exception() { method in class:ThrowsTagImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlErrorHandler.java8 * particular file as subject to the "Classpath" exception as provided
56 public void warning(SAXParseException exception) throws SAXException { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/
H A DProcessorException.java8 * particular file as subject to the "Classpath" exception as provided
28 import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase;
31 * ProcessorException represents an exception that occurred while processing
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DErrorReceiver.java8 * particular file as subject to the "Classpath" exception as provided
99 public abstract void error(SAXParseException exception) throws AbortException; argument
100 public abstract void fatalError(SAXParseException exception) throws AbortException; argument
101 public abstract void warning(SAXParseException exception) throws AbortException; argument
117 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DExceptionHasMessage.java8 * particular file as subject to the "Classpath" exception as provided
28 import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase;
48 * Returns the exception into a fault Message
50 * @return Message for this exception
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientTransportException.java8 * particular file as subject to the "Classpath" exception as provided
28 import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase;
H A DSenderException.java8 * particular file as subject to the "Classpath" exception as provided
28 import com.sun.xml.internal.ws.util.exception.JAXWSExceptionBase;

Completed in 1933 milliseconds

1234567891011>>