Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DThrowableTest.java76 public SuppressionsThrowable(String detailMessage, Throwable throwable, in SuppressionsThrowable()
83 Throwable throwable = new Throwable(); in testAddSuppressed() local
94 Throwable throwable = new Throwable(); in testAddDuplicateSuppressed() local
103 Throwable throwable = new Throwable(); in testGetSuppressedReturnsCopy() local
115 Throwable throwable = new SuppressionsThrowable("foo", null, false, true); in testAddSuppressedWithSuppressionDisabled() local
124 Throwable throwable = new Throwable(); in testAddSuppressedSelf() local
133 Throwable throwable = new Throwable(); in testAddSuppressedNull() local
142 Throwable throwable = newThrowable("Throwable", "A", "B"); in testPrintStackTraceWithCause() local
155 Throwable throwable = newThrowable("Throwable", "A", "B"); in testPrintStackTraceWithCauseAndSuppressed() local
178 Throwable throwable = newThrowable("Throwable", "A", "B"); in testPrintStackTraceWithEverything() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DIllegalStateExceptionTest.java55 Throwable throwable = new Exception("msg"); in test_ConstructorLjava_lang_Throwable() local
72 Throwable throwable = new Exception("msg_exception"); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
DUnsupportedOperationExceptionTest.java56 Throwable throwable = new Exception("msg"); in test_ConstructorLjava_lang_Throwable() local
74 Throwable throwable = new Exception("msg_exception"); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
DRuntimeExceptionTest.java53 Throwable throwable = new Exception("msg"); in test_ConstructorLjava_lang_Throwable() local
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DVertex.java54 private Throwable throwable; field in Vertex
114 void setThrowable(Throwable throwable) { in setThrowable()
DBuildStep.java43 private Throwable throwable; field in BuildStep
/libcore/ojluni/src/main/java/java/lang/
DNoClassDefFoundError.java73 private NoClassDefFoundError(String detailMessage, Throwable throwable) { in NoClassDefFoundError()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DLoadLocaleProviderTestHelper.java24 private Throwable throwable; field in LoadLocaleProviderTestHelper
/libcore/ojluni/src/main/java/java/util/logging/
DSimpleFormatter.java152 String throwable = ""; in format() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DUndeclaredThrowableExceptionTests.java10 private static EOFException throwable = new EOFException(); field in UndeclaredThrowableExceptionTests
/libcore/ojluni/src/main/java/java/util/concurrent/
DFlow.java250 public void onError(Throwable throwable); in onError()
/libcore/ojluni/src/main/java/java/sql/
DSQLException.java329 Throwable throwable = null; in iterator() local
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java524 String throwable = ""; in format() local
549 Throwable throwable = new Throwable(); in getCallerInfo() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java229 Throwable throwable = null; in transform() local
246 final Throwable throwable) { in prepareCleanupFrame()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1320 private String printStackTraceToString(Throwable throwable) { in printStackTraceToString()