HomeSort by relevance Sort by last modified time
    Searched refs:getException (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/junit/src/junit/framework/
JUnit4TestAdapterCache.java 51 result.addError(asTest(failure.getDescription()), failure.getException());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 213 if (testRunnable.getException() != null) {
214 throw testRunnable.getException();
242 public RuntimeDeviceNotAvailableException getException() {
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 691 public Exception getException() {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
333 e = spe2.getException();
336 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 107 throw (FileNotFoundException)e.getException();
DTMException.java 74 public Throwable getException() {
336 Throwable exception = getException();
359 ((Object) exception).getClass().getMethod("getException",
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java 104 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 107 throw (FileNotFoundException)e.getException();
  /external/javassist/src/main/javassist/bytecode/
ExceptionsAttribute.java 169 public int getException(int nth) {
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 63 public Throwable getException() {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 360 Exception e = server.getException();
366 e = client.getException();
455 public Exception getException() {
526 public Exception getException() {
SSLSocketTest.java 491 Exception e = server.getException();
575 public Exception getException() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java 159 result.getFailures().get(0).getException().printStackTrace(new PrintWriter(buffer));
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 174 public Exception getException() {
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 354 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
429 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 289 Throwable nestedException = te.getException();
483 Throwable nestedException = te.getException();
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 448 throw e.getException();
501 throw e.getException();
ForkJoinTask.java 113 * true if the task was cancelled (in which case {@link #getException}
117 * #getException} will return either the encountered exception or
702 * #getException()} and related methods to check if they have been
727 * each task may be obtained using {@link #getException()} and
746 ex = t.getException();
754 ex = t.getException();
770 * #getException()} and related methods to check if they have been
799 ex = t.getException();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 489 Throwable throwable = wre.getException();
495 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
498 throw new TransformerException(wre.getException());
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 243 throw (LoginException) ex.getException();
410 throw (LoginException) ex.getException();

Completed in 389 milliseconds

12 3 4 5 6