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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/lang/
ExceptionInInitializerError.java 37 * the {@link #getException()} method is now known as the <i>cause</i>,
73 * later retrieval by the {@link #getException()} method. The detail
111 public Throwable getException() {
ClassNotFoundException.java 43 * construction time and accessed via the {@link #getException()} method is
110 public Throwable getException() {
  /external/ant-glob/src/org/apache/tools/ant/
BuildException.java 76 public Throwable getException() {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 70 public Exception getException()
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 116 public Exception getException () {
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 110 public Exception getException() {
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 117 public Exception getException ()
  /libcore/ojluni/src/main/java/java/security/
PrivilegedActionException.java 39 * {@code getException} method. In effect, an
46 * accessed via the {@link #getException()} method is now known as the
89 public Exception getException() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 77 public Exception getException()
  /external/junit/src/main/java/org/junit/runner/notification/
Failure.java 58 public Throwable getException() {
75 getException().printStackTrace(writer);
85 return getException().getMessage();
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /external/python/cpython3/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccIoResult.java 208 public IccException getException() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /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):
  /tools/loganalysis/src/com/android/loganalysis/item/
JavaCrashItem.java 48 public String getException() {
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 148 Exception getException() {
150 } // getException():Exception
  /external/mockito/src/test/java/org/mockito/internal/junit/util/
JUnitFailureHackerTest.java 31 assertEquals(ExceptionIncludingMockitoWarnings.class, failure.getException().getClass());
32 assertEquals(actualExc, failure.getException().getCause());
33 Assertions.assertThat(actualExc.getStackTrace()).isEqualTo(failure.getException().getStackTrace());
44 assertThat(failure.getException()).hasMessageContaining("unused stubbing blah");
56 assertEquals(ex, failure.getException());
68 assertEquals(ex, failure.getException());
79 System.out.println(failure.getException());
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
SAXAdapter.java 77 throw new RuntimeException(ex.getException());
85 // ex.getException().printStackTrace();
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 200 exception = se.getException();
235 exception = se.getException();
301 exception = se.getException();
320 * Overrides javax.xml.transform.TransformerException.getException().
324 public Throwable getException()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
SAXExceptionTest.java 32 assertNull(e.getException());
42 assertEquals(c, e.getException());
48 assertEquals(c, e.getException());
54 assertNull(e.getException());
62 assertNull(e.getException());
68 assertNull(e.getException());
78 assertEquals(c, e.getException());
84 assertNull(e.getException());

Completed in 940 milliseconds

1 2 3 4 5 6 7 8 91011>>