Searched refs:getException (Results 1 - 25 of 156) sorted by relevance

1234567

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/
H A DNullServant.java44 SystemException getException() ; method in interface:NullServant
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DUnsolicitedNotification.java63 public NamingException getException(); method in interface:UnsolicitedNotification
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java63 if( e.getException() instanceof SAXException )
64 return (SAXException)e.getException();
65 return new SAXException(e.getMessage(),e.getException());
69 if( e.getException() instanceof SAXParseException )
70 return (SAXParseException)e.getException();
74 e.getException() );
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DConfigurationError.java57 public Exception getException() { method in class:ConfigurationError
59 } // getException():Exception
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DConfigurationError.java54 public Exception getException() { method in class:ConfigurationError
56 } // getException():Exception
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DWrappedRuntimeException.java79 public Exception getException() method in class:WrappedRuntimeException
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DWrappedRuntimeException.java72 public Exception getException() method in class:WrappedRuntimeException
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/
H A DNullServantImpl.java41 public SystemException getException() method in class:NullServantImpl
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassNotFoundException.java43 * construction time and accessed via the {@link #getException()} method is
110 public Throwable getException() { method in class:ClassNotFoundException
H A DExceptionInInitializerError.java37 * the {@link #getException()} method is now known as the <i>cause</i>,
73 * later retrieval by the {@link #getException()} method. The detail
111 public Throwable getException() { method in class:ExceptionInInitializerError
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DSAXException2.java50 return getException();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXNIException.java89 public Exception getException() { method in class:XNIException
91 } // getException():Exception
/openjdk7/jdk/src/share/classes/java/security/
H A DPrivilegedActionException.java35 * <code>getException</code> method. In effect, an
42 * accessed via the {@link #getException()} method is now known as the
85 public Exception getException() { method in class:PrivilegedActionException
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DNamingExceptionEvent.java70 public NamingException getException() { method in class:NamingExceptionEvent
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DExceptionEventSet.java56 public ObjectReference getException() { method in class:ExceptionEventSet
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGen.java162 if (tce.getException() != null)
163 x = tce.getException();
173 if (te.getException() != null)
174 x = te.getException();
181 if (sxe.getException() != null)
182 x = sxe.getException();
/openjdk7/jdk/test/java/net/DatagramSocketImpl/
H A DCheckDiscard.java77 e = s1.getException();
79 e = s2.getException();
108 public Exception getException() { method in class:CheckDiscard.Sender
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryConfigurationError.java124 public Exception getException () { method in class:FactoryConfigurationError
H A DSAXParserFactory.java132 throw new FactoryConfigurationError(e.getException(),
176 throw new FactoryConfigurationError(e.getException(),
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactoryConfigurationError.java120 public Exception getException() { method in class:TransformerFactoryConfigurationError
H A DTransformerFactory.java108 e.getException(),
155 e.getException(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DMain.java94 if(se.getException()!=null)
95 se.getException().printStackTrace();
/openjdk7/jaxp/src/javax/xml/validation/
H A DSecuritySupport.java80 throw (FileNotFoundException)e.getException();
95 throw (IOException)e.getException();
133 throw (IOException)e.getException();
/openjdk7/jaxp/src/javax/xml/xpath/
H A DSecuritySupport.java77 throw (FileNotFoundException)e.getException();
92 throw (IOException)e.getException();
130 throw (IOException)e.getException();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogException.java140 public Exception getException () method in class:CatalogException

Completed in 65 milliseconds

1234567