Home
last modified time | relevance | path

Searched refs:writableStackTrace (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/invoke/
DLambdaConversionExceptionTest.java94 for (boolean writableStackTrace : trueAndFalse) { in constructorWithSuppressionsAndWritableStackTraces()
97 writableStackTrace); in constructorWithSuppressionsAndWritableStackTraces()
108 assertEquals(writableStackTrace, stackTraceHasElements); in constructorWithSuppressionsAndWritableStackTraces()
113 assertEquals(writableStackTrace, wroteStackTrace); in constructorWithSuppressionsAndWritableStackTraces()
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DLambdaConversionException.java73 …Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { in LambdaConversionException() argument
74 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
/libcore/ojluni/src/main/java/java/lang/invoke/
DLambdaConversionException.java75 …Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { in LambdaConversionException() argument
76 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
/libcore/ojluni/src/main/java/java/lang/
DRuntimeException.java117 boolean writableStackTrace) { in RuntimeException() argument
118 super(message, cause, enableSuppression, writableStackTrace); in RuntimeException()
DError.java126 boolean writableStackTrace) { in Error() argument
127 super(message, cause, enableSuppression, writableStackTrace); in Error()
DException.java122 boolean writableStackTrace) { in Exception() argument
123 super(message, cause, enableSuppression, writableStackTrace); in Exception()
DThrowable.java379 boolean writableStackTrace) { in Throwable() argument
380 if (writableStackTrace) { in Throwable()
/libcore/luni/src/test/java/libcore/java/lang/
DErrorTest.java76 boolean writableStackTrace) { in TestError() argument
77 super(message, cause, enableSuppression, writableStackTrace); in TestError()
DRuntimeExceptionTest.java76 boolean writableStackTrace) { in TestRuntimeException() argument
77 super(message, cause, enableSuppression, writableStackTrace); in TestRuntimeException()
DThrowableTest.java77 boolean enableSuppression, boolean writableStackTrace) { in SuppressionsThrowable() argument
78 super(detailMessage, throwable, enableSuppression, writableStackTrace); in SuppressionsThrowable()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThrowable.annotated.java44 …able java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace) { throw new… in Throwable() argument
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java54 boolean writableStackTrace) { in Throwable() argument