Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java103 public synchronized Throwable initCause(Throwable cause) { in initCause() method in TransformerException
/libcore/ojluni/src/main/java/java/lang/
DThrowable.java447 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable