Home
last modified time | relevance | path

Searched refs:InvocationTargetException (Results 1 – 25 of 49) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java25 import java.lang.reflect.InvocationTargetException;
112 class SubInvocationTargetException extends InvocationTargetException {}
118 Constructor<InvocationTargetException> ctor = InvocationTargetException.class in test_Constructor()
138 } catch (InvocationTargetException e) { in test_ConstructorLjava_lang_Throwable()
160 } catch (InvocationTargetException e) { in test_ConstructorLjava_lang_ThrowableLjava_lang_String()
181 } catch (InvocationTargetException e) { in test_getTargetException()
202 } catch (InvocationTargetException e) { in test_getCause()
225 InvocationTargetException ite = new InvocationTargetException(null); in test_printStackTrace()
247 InvocationTargetException ite = new InvocationTargetException( in test_printStackTraceLjava_io_PrintStream()
248 new InvocationTargetException(null)); in test_printStackTraceLjava_io_PrintStream()
[all …]
/libcore/ojluni/src/main/java/java/lang/reflect/
DInvocationTargetException.java43 public class InvocationTargetException extends ReflectiveOperationException { class
63 protected InvocationTargetException() { in InvocationTargetException() method in InvocationTargetException
72 public InvocationTargetException(Throwable target) { in InvocationTargetException() method in InvocationTargetException
84 public InvocationTargetException(Throwable target, String s) { in InvocationTargetException() method in InvocationTargetException
DConstructor.java340 IllegalArgumentException, InvocationTargetException in newInstance()
351 throws InstantiationException, IllegalArgumentException, InvocationTargetException; in newInstanceFromSerialization()
355 IllegalAccessException, IllegalArgumentException, InvocationTargetException; in newInstance0()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNewInstance.java10 import java.lang.reflect.InvocationTargetException;
74 } catch (InvocationTargetException e) { in getClassLoader()
/libcore/dom/src/test/java/org/w3c/domts/
DDOM4JTestDocumentBuilderFactory.java26 import java.lang.reflect.InvocationTargetException;
85 catch (InvocationTargetException ex) { in DOM4JTestDocumentBuilderFactory()
116 catch (InvocationTargetException ex) { in load()
DJUnitTestSuiteAdapter.java16 import java.lang.reflect.InvocationTargetException;
43 } catch(InvocationTargetException ex) { in addTest()
DBatikTestDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
97 } catch (InvocationTargetException ex) { in BatikTestDocumentBuilderFactory()
136 } catch (InvocationTargetException ex) { in load()
DLSDocumentBuilderFactory.java15 import java.lang.reflect.InvocationTargetException;
144 catch (InvocationTargetException ex) { in setParameter()
288 catch (InvocationTargetException ex) { in LSDocumentBuilderFactory()
336 catch (InvocationTargetException ex) { in load()
DJTidyDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
95 catch (InvocationTargetException ex) { in load()
DXercesHTMLDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
77 catch (InvocationTargetException ex) { in XercesHTMLDocumentBuilderFactory()
DXercesHTML2DocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
77 catch (InvocationTargetException ex) { in XercesHTML2DocumentBuilderFactory()
/libcore/luni/src/main/java/libcore/internal/
DJava11LanguageFeatures.java20 import java.lang.reflect.InvocationTargetException;
61 public String greet() throws NoSuchMethodException, InvocationTargetException, in greet()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DConstructor.java113 java.lang.InstantiationException, java.lang.reflect.InvocationTargetException { in newInstance()
120 java.lang.reflect.InvocationTargetException; in newInstanceFromSerialization()
124 java.lang.InstantiationException, java.lang.reflect.InvocationTargetException; in newInstance0()
/libcore/ojluni/src/main/java/jdk/net/
DSockets.java119 if (e instanceof InvocationTargetException) { in invokeSet()
120 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeSet()
137 if (e instanceof InvocationTargetException) { in invokeGet()
138 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeGet()
/libcore/support/src/test/java/libcore/java/security/
DCpuFeatures.java23 import java.lang.reflect.InvocationTargetException;
107 } catch (InvocationTargetException e) { in isAesHardwareAccelerated()
/libcore/luni/src/test/java/libcore/java/io/
DObjectStreamClassSuidTest.java21 import java.lang.reflect.InvocationTargetException;
147 } catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) { in checkSerialVersionUID()
/libcore/ojluni/src/main/java/javax/security/cert/
DX509Certificate.java35 import java.lang.reflect.InvocationTargetException;
247 } catch (InvocationTargetException e) { in getInst()
/libcore/luni/src/test/java9compatibility/java/libcore/java/io/
DObjectStreamClassTest.java21 import java.lang.reflect.InvocationTargetException;
147 } catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) { in checkSerialVersionUID()
/libcore/ojluni/src/main/java/java/lang/
DEnum.java34 import java.lang.reflect.InvocationTargetException;
271 } catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) { in enumValues()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectStreamClassTest.java30 import java.lang.reflect.InvocationTargetException;
262 } catch (InvocationTargetException expected) { in testBug28106822_target25()
268 } catch (InvocationTargetException expected) { in testBug28106822_target25()
/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeTest.java35 import java.lang.reflect.InvocationTargetException;
536 } catch(InvocationTargetException expected) { in test_loadDeprecated_targetSdkVersion_24()
552 } catch(InvocationTargetException expected) { in test_loadDeprecated_targetSdkVersion_25()
568 } catch(InvocationTargetException expected) { in test_loadLibraryDeprecated_targetSdkVersion_24()
584 } catch(InvocationTargetException expected) { in test_loadLibraryDeprecated_targetSdkVersion_25()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DReflectionTest.java24 import java.lang.reflect.InvocationTargetException;
530 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testConstructorGetExceptions()
536 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testClassMethodGetExceptions()
550 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testProxyMethodGetExceptions()
639 public HasThrows() throws IOException, InvocationTargetException, IllegalStateException {} in HasThrows()
641 public void foo() throws IOException, InvocationTargetException, IllegalStateException {} in foo()
646 void foo() throws IOException, InvocationTargetException, IllegalStateException; in foo()
/libcore/ojluni/src/main/java/sun/security/jca/
DProviderConfig.java222 if (e instanceof InvocationTargetException) { in doLoadProvider()
223 t = ((InvocationTargetException)e).getCause(); in doLoadProvider()
/libcore/ojluni/src/main/java/sun/security/x509/
DCRLExtensions.java31 import java.lang.reflect.InvocationTargetException;
129 } catch (InvocationTargetException invk) { in parseExtension()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java34 import java.lang.reflect.InvocationTargetException;

12