HomeSort by relevance Sort by last modified time
    Searched defs:initCause (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IllegalIcuArgumentException.java 33 public synchronized IllegalIcuArgumentException initCause(Throwable cause) {
34 return (IllegalIcuArgumentException) super.initCause(cause);
  /external/javassist/src/main/javassist/
CannotCompileException.java 38 public synchronized Throwable initCause(Throwable cause) {
63 initCause(null);
75 initCause(e);
87 initCause(e);
  /external/apache-http/src/org/apache/http/
HttpException.java 77 ExceptionUtils.initCause(this, cause);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IllegalIcuArgumentException.java 31 public synchronized IllegalIcuArgumentException initCause(Throwable cause) {
32 return (IllegalIcuArgumentException) super.initCause(cause);
  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 25 ae.initCause(new Throwable());
  /libcore/ojluni/src/main/java/java/lang/
AssertionError.java 76 initCause((Throwable) detailMessage);
Throwable.java 91 * {@link #initCause(Throwable)} method. New throwable classes that
96 * Because the {@code initCause} method is public, it allows a cause to be
237 * call to {@link #initCause}.
249 * a call to {@link #initCause}.
394 * creation with the {@link #initCause(Throwable)} method. While it is
430 * new HighLevelException().initCause(le); // Legacy constructor
447 public synchronized Throwable initCause(Throwable cause) {
    [all...]
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 50 /** A reference to Throwable's initCause method, or null if it's not there in this JVM */
55 * {@link Throwable#initCause(Throwable) initCause} method of {@link Throwable},
59 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
65 return Throwable.class.getMethod("initCause", paramsClasses);
77 public static void initCause(Throwable throwable, Throwable cause) {
  /external/junit/src/main/java/org/junit/internal/
AssumptionViolatedException.java 39 initCause((Throwable) value);
83 initCause(e);
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 72 newException.initCause(this);
GaiException.java 73 newException.initCause(this);
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 103 public synchronized Throwable initCause(Throwable cause) {
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 252 ExceptionUtils.initCause(ioe, e);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 114 public synchronized Throwable initCause(Throwable cause) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
ConnectionSpecSelectorTest.java 66 trustIssueException.initCause(new CertificateException());
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 536 ex.initCause(new IllegalArgumentException("Illegal carriage return"));
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 524 milliseconds

1 2 3 4 5 6