Home
last modified time | relevance | path

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

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DLambdaConversionException.java73 …public LambdaConversionException(String message, Throwable cause, boolean enableSuppression, boole… in LambdaConversionException() argument
74 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
/libcore/ojluni/src/main/java/java/lang/invoke/
DLambdaConversionException.java75 …public LambdaConversionException(String message, Throwable cause, boolean enableSuppression, boole… in LambdaConversionException() argument
76 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
/libcore/ojluni/src/main/java/java/lang/
DError.java125 boolean enableSuppression, in Error() argument
127 super(message, cause, enableSuppression, writableStackTrace); in Error()
DRuntimeException.java116 boolean enableSuppression, in RuntimeException() argument
118 super(message, cause, enableSuppression, writableStackTrace); in RuntimeException()
DException.java121 boolean enableSuppression, in Exception() argument
123 super(message, cause, enableSuppression, writableStackTrace); in Exception()
DThrowable.java378 boolean enableSuppression, in Throwable() argument
387 if (!enableSuppression) in Throwable()
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DLambdaConversionExceptionTest.java93 for (boolean enableSuppression : trueAndFalse) { in constructorWithSuppressionsAndWritableStackTraces()
96 throw new LambdaConversionException(MESSAGE, null, enableSuppression, in constructorWithSuppressionsAndWritableStackTraces()
104 assertEquals(enableSuppression, haveSuppressed); in constructorWithSuppressionsAndWritableStackTraces()
/libcore/luni/src/test/java/libcore/java/lang/
DRuntimeExceptionTest.java75 TestRuntimeException(String message, Throwable cause, boolean enableSuppression, in TestRuntimeException() argument
77 super(message, cause, enableSuppression, writableStackTrace); in TestRuntimeException()
DErrorTest.java75 protected TestError(String message, Throwable cause, boolean enableSuppression, in TestError() argument
77 super(message, cause, enableSuppression, writableStackTrace); in TestError()
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 … message, @libcore.util.Nullable java.lang.Throwable cause, boolean enableSuppression, boolean wri… in Throwable() argument
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java53 boolean enableSuppression, in Throwable() argument