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

12

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DUnsolicitedNotification.java63 public NamingException getException(); method in interface:UnsolicitedNotification
H A DSortResponseControl.java165 public NamingException getException() { method in class:SortResponseControl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/
H A DNullServantImpl.java41 public SystemException getException() method in class:NullServantImpl
/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/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/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/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/xerces/internal/xni/
H A DXNIException.java89 public Exception getException() { method in class:XNIException
91 } // 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/jaxp/src/javax/xml/parsers/
H A DFactoryConfigurationError.java124 public Exception getException () { method in class:FactoryConfigurationError
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryConfigurationError.java95 public Exception getException() { method in class:FactoryConfigurationError
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactoryConfigurationError.java120 public Exception getException() { method in class:TransformerFactoryConfigurationError
H A DTransformerException.java69 public Throwable getException() { method in class:TransformerException
322 Throwable exception = getException();
345 ((Object) exception).getClass().getMethod("getException",
/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/jaxp/src/org/xml/sax/
H A DSAXException.java144 public Exception getException () method in class:SAXException
/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/langtools/src/share/classes/com/sun/tools/classfile/
H A DExceptions_attribute.java58 public String getException(int index, ConstantPool constant_pool) throws ConstantPoolException { method in class:Exceptions_attribute
/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/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java76 public Throwable getException() { method in class:DTMException
338 Throwable exception = getException();
361 ((Object) exception).getClass().getMethod("getException",
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogException.java140 public Exception getException () method in class:CatalogException
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathException.java202 exception = se.getException();
237 exception = se.getException();
303 exception = se.getException();
322 * Overrides javax.xml.transform.TransformerException.getException().
326 public Throwable getException() method in class:XPathException

Completed in 3843 milliseconds

12