Home
last modified time | relevance | path

Searched defs:initCause (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThrowable.annotated.java52 @libcore.util.NonNull public synchronized java.lang.Throwable initCause(@libcore.util.Nullable java… in initCause() method in Throwable
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java103 public synchronized Throwable initCause(Throwable cause) { in initCause() method in TransformerException
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java70 public synchronized java.lang.Throwable initCause(java.lang.Throwable cause) { in initCause() method in Throwable
/libcore/ojluni/src/main/java/java/lang/
DThrowable.java474 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable