Searched defs:getCause (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DWriteAbortedException.java78 public Throwable getCause() { method in class:WriteAbortedException
/libcore/luni/src/main/java/java/lang/
H A DClassNotFoundException.java79 public Throwable getCause() { method in class:ClassNotFoundException
H A DExceptionInInitializerError.java77 public Throwable getCause() { method in class:ExceptionInInitializerError
H A DThrowable.java277 * {@link #getCause() cause}, the method will be invoked recursively for
292 * {@link #getCause() cause}, the method will be invoked recursively for the
345 Throwable cause = getCause();
390 public Throwable getCause() { method in class:Throwable
/libcore/luni/src/main/java/java/lang/reflect/
H A DInvocationTargetException.java84 public Throwable getCause() { method in class:InvocationTargetException
H A DUndeclaredThrowableException.java77 public Throwable getCause() { method in class:UndeclaredThrowableException
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathException.java74 public Throwable getCause() { method in class:XPathException
79 if( getCause() != null ) {
80 getCause().printStackTrace(s);
92 if( getCause() != null ) {
93 getCause().printStackTrace(s);
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerException.java61 * @see #getCause
72 public Throwable getCause() { method in class:TransformerException
91 * {@link #getCause()} method). (A <tt>null</tt> value is

Completed in 2966 milliseconds