Home
last modified time | relevance | path

Searched refs:getCause (Results 1 – 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/util/exception/
DIThrowableWrapper.java36 Throwable getCause (); in getCause() method
DExceptionCommon.java184 t = tw.getCause (); in printStackTrace()
228 t = tw.getCause (); in printStackTrace()
DAbstractException.java275 public final Throwable getCause () in getCause() method in AbstractException
DAbstractRuntimeException.java275 public final Throwable getCause () in getCause() method in AbstractRuntimeException
/external/apache-http/src/org/apache/commons/logging/
DLogConfigurationException.java90 public Throwable getCause() { in getCause() method in LogConfigurationException
/external/gdata/src/com/google/wireless/gdata2/
DGDataException.java54 public Throwable getCause() { in getCause() method in GDataException
/external/gdata/src/com/google/wireless/gdata/
DGDataException.java54 public Throwable getCause() { in getCause() method in GDataException
/external/apache-http/src/org/apache/http/client/utils/
DCloneUtils.java55 Throwable cause = ex.getCause(); in clone()