Searched defs:getException (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java355 Exception getException() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java352 Exception getException() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java386 Exception getException() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java383 Exception getException() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DUnsolicitedResponseImpl.java105 public NamingException getException() { method in class:UnsolicitedResponseImpl
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java272 public Exception getException() { method in class:InvocationEvent
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DPrinter.java115 public IOException getException() method in class:Printer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocument.java117 if (action.getException() != null) {
118 throw action.getException();
163 public ValidationException getException() { method in class:WSDLDocument.GloballyValidatingAction
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DRMIMasterSocketFactory.java318 Exception e = connector.getException();
446 private synchronized Exception getException() { method in class:RMIMasterSocketFactory.AsyncConnector
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java158 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException());
494 Exception getException() { method in class:DTMManager.ConfigurationError
496 } // getException():Exception
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/
H A DJAXWSBinding.java297 public Exception getException() { method in class:JAXWSBinding
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DAbstractDocument.java150 if (action.getException() != null) {
151 throw action.getException();
181 public ValidationException getException() { method in class:AbstractDocument.LocallyValidatingAction
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java887 Exception getException() { method in class:RequestInfoImpl
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinTask.java126 * true if the task was cancelled (in which case {@link #getException}
130 * #getException} will return either the encountered exception or
669 * #getException()} and related methods to check if they have been
697 * each task may be obtained using {@link #getException()} and
722 ex = t.getException();
730 ex = t.getException();
746 * #getException()} and related methods to check if they have been
779 ex = t.getException();
787 ex = t.getException();
874 public final Throwable getException() { method in class:ForkJoinTask
[all...]

Completed in 57 milliseconds

12