Searched refs:getException (Results 76 - 100 of 156) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSecuritySupport.java114 throw (FileNotFoundException) e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DPrinter.java115 public IOException getException() method in class:Printer
H A DBaseMarkupSerializer.java413 if ( _printer.getException() != null )
414 throw _printer.getException();
432 if ( _printer.getException() != null )
433 throw _printer.getException();
452 if ( _printer.getException() != null )
453 throw _printer.getException();
474 if ( _printer.getException() != null )
475 throw _printer.getException();
/openjdk7/jdk/src/share/classes/com/sun/naming/internal/
H A DVersionHelper12.java173 throw (IOException)e.getException();
/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/xml/internal/bind/v2/runtime/
H A DCoordinator.java194 Exception e = saxException.getException();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSAXParseable.java144 Exception inner = e.getException();
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A DCheckActivateRef.java260 e = ((java.security.PrivilegedActionException)e).getException();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTransport.java182 throw (IOException) pae.getException();
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java599 throw (BackingStoreException) e.getException();
636 throw (BackingStoreException) e.getException();
713 throw (BackingStoreException) e.getException();
776 throw (BackingStoreException) e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java353 Exception ex = e.getException();
372 Exception ex = e.getException();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java497 throw e.getException();
548 throw e.getException();
/openjdk7/jdk/src/share/classes/sun/management/
H A DManagementFactoryHelper.java350 throw Util.newException(e.getException());
407 throw Util.newException(e.getException());
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java137 throw (NamingException)pae.getException();
180 throw new UnknownHostException(pae.getException().getMessage());
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSocketAdaptor.java264 throw (IOException)e.getException();
286 throw (IOException)e.getException();
/openjdk7/jdk/src/share/classes/sun/rmi/registry/
H A DRegistryImpl.java227 throw (java.net.UnknownHostException) pae.getException();
357 throw (RemoteException) ex.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java356 e = ((com.sun.org.apache.xml.internal.utils.WrappedRuntimeException) e).getException();
431 e = ((com.sun.org.apache.xml.internal.utils.WrappedRuntimeException) e).getException();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathImpl.java278 Throwable nestedException = te.getException();
472 Throwable nestedException = te.getException();
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DUNIXProcess.java.bsd149 throw (IOException) ex.getException();
H A DUNIXProcess.java.linux149 throw (IOException) ex.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DSecuritySupport.java127 throw (FileNotFoundException)e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DSecuritySupport.java118 throw (FileNotFoundException)e.getException();
/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

Completed in 64 milliseconds

1234567