Home
last modified time | relevance | path

Searched defs:getCause (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DDirectoryIteratorException.java68 public IOException getCause() { in getCause() method in DirectoryIteratorException
/libcore/ojluni/src/main/java/java/io/
DWriteAbortedException.java90 public Throwable getCause() { in getCause() method in WriteAbortedException
DUncheckedIOException.java71 public IOException getCause() { in getCause() method in UncheckedIOException
/libcore/ojluni/src/main/java/java/security/
DPrivilegedActionException.java101 public Throwable getCause() { in getCause() method in PrivilegedActionException
/libcore/ojluni/src/main/java/java/lang/reflect/
DUndeclaredThrowableException.java116 public Throwable getCause() { in getCause() method in UndeclaredThrowableException
DInvocationTargetException.java108 public Throwable getCause() { in getCause() method in InvocationTargetException
/libcore/ojluni/src/main/java/java/lang/
DExceptionInInitializerError.java123 public Throwable getCause() { in getCause() method in ExceptionInInitializerError
DClassNotFoundException.java122 public Throwable getCause() { in getCause() method in ClassNotFoundException
DThrowable.java426 public synchronized Throwable getCause() { in getCause() method in Throwable
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathException.java74 public Throwable getCause() { in getCause() method in XPathException
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThrowable.annotated.java50 @libcore.util.Nullable public synchronized java.lang.Throwable getCause() { throw new RuntimeExcept… in getCause() method in Throwable
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java72 public Throwable getCause() { in getCause() method in TransformerException
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java66 public synchronized java.lang.Throwable getCause() { in getCause() method in Throwable
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java687 private Throwable getCause() { in getCause() method in ResourceBundle.CacheKey