Searched refs:getException (Results 51 - 75 of 156) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DEntityResolver2Wrapper.java122 Exception ex = e.getException();
182 Exception ex = e.getException();
H A DEntityResolverWrapper.java129 Exception ex = e.getException();
H A DErrorHandlerWrapper.java203 exception.getException());
/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
H A DDTMException.java76 public Throwable getException() { method in class:DTMException
338 Throwable exception = getException();
361 ((Object) exception).getClass().getMethod("getException",
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java123 throw new FactoryConfigurationError(e.getException(),
150 throw new FactoryConfigurationError(e.getException(),
H A DXMLInputFactory.java213 throw new FactoryConfigurationError(e.getException(),
240 throw new FactoryConfigurationError(e.getException(),
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerException.java69 public Throwable getException() { method in class:TransformerException
322 Throwable exception = getException();
345 ((Object) exception).getClass().getMethod("getException",
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DParserContext.java93 if(e.getException()!=null)
94 e.getException().printStackTrace();
/openjdk7/jdk/test/java/rmi/activation/Activatable/createPrivateActivable/
H A DCreatePrivateActivatable.java152 e = ((java.security.PrivilegedActionException)e).getException();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DSetClientMode.java185 Exception getException() { method in class:SetClientMode.SocketClient
/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...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DExtensionDependency.java298 if (e.getException() instanceof FileNotFoundException)
299 throw (FileNotFoundException) e.getException();
300 throw (IOException) e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParser.java180 Exception ex = e.getException();
202 Exception ex = e.getException();
242 Exception ex = e.getException();
263 Exception ex = e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DSecuritySupport.java112 throw (FileNotFoundException)e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLParseException.java169 Exception exception = getException();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSecuritySupport.java112 throw (FileNotFoundException)e.getException();
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java65 error = exception.getException();
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java84 ge.initCause(e.getException());
/openjdk7/jdk/test/java/rmi/transport/checkLeaseInfoLeak/
H A DCheckLeaseLeak.java213 getException();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DListingErrorHandler.java319 cause = ((WrappedRuntimeException)cause).getException();
321 cause = ((SAXException)cause).getException();
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeFactory.java135 throw new DatatypeConfigurationException(e.getMessage(), e.getException());
178 throw new DatatypeConfigurationException(e.getMessage(), e.getException());
/openjdk7/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java105 x.getException().printStackTrace();
106 showFailureAlertAndKill(kJavaFailureMainInitializerException, x.getException().toString());
/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/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPIHandlerImpl.java368 info.getException() );
446 exception = info.getException();
624 Exception prevException = info.getException();
640 Exception newException = info.getException();
750 throw (SystemException)info.getException();

Completed in 298 milliseconds

1234567