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

1 2 3 4 5 6

  /libcore/luni/src/main/java/java/security/
PrivilegedActionException.java 31 public Exception getException() {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionException2Test.java 32 .getException());
37 .getException());
41 * @tests java.security.PrivilegedActionException#getException()
47 .getException());
PrivilegedActionExceptionTest.java 43 * Tests PrivilegedActionException.getException()
46 assertNull(new PrivilegedActionException(null).getException());
48 assertSame(new PrivilegedActionException(ex).getException(), ex);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
PrivilegedActionExceptionTest.java 55 if( ref.getException() == null ) {
56 assertNull( test.getException() );
58 THROWABLE_COMPARATOR.assertDeserialized(ref.getException(), test
59 .getException());
  /libcore/luni/src/test/java/tests/api/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());
SAXParseExceptionTest.java 50 assertEquals(c, e.getException());
61 assertEquals(c, e.getException());
72 assertEquals(c, e.getException());
83 assertNull(e.getException());
102 assertNull(e.getException());
113 assertNull(e.getException());
124 assertNull(e.getException());
140 assertEquals(c, e.getException());
151 assertEquals(c, e.getException());
162 assertEquals(c, e.getException());
    [all...]
  /external/junit/src/org/junit/runner/notification/
Failure.java 49 public Throwable getException() {
67 getException().printStackTrace(writer);
77 return getException().getMessage();
  /external/ant-glob/src/org/apache/tools/ant/
BuildException.java 76 public Throwable getException() {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 77 public Exception getException()
  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 70 public Exception getException()
DefaultErrorHandler.java 301 cause = ((SAXException)cause).getException();
341 cause = ((WrappedRuntimeException)cause).getException();
343 cause = ((SAXException)cause).getException();
  /libcore/luni/src/main/java/java/lang/
ClassNotFoundException.java 68 public Throwable getException() {
ExceptionInInitializerError.java 67 public Throwable getException() {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java 76 assertNull(fce.getException());
78 assertNull(fce.getException());
81 assertEquals(e, fce.getException());
84 assertEquals(npe, fce.getException());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ExceptionInInitializerErrorTest.java 49 assertSame(npe, e.getException());
ClassNotFoundExceptionTest.java 55 assertEquals("Wrong Exception", in, e.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 ()
  /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()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccIoResult.java 58 public IccException getException() {
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 148 Exception getException() {
150 } // getException():Exception
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 309 if (server.getException() != null) {
310 throw new RuntimeException(server.getException());
314 if (client.getException() != null) {
315 throw new RuntimeException(client.getException());
535 public Exception getException() {
603 public Exception getException() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 143 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException());
  /external/javassist/src/main/javassist/util/proxy/
SerializedProxy.java 69 throw new RuntimeException("cannot load the class: " + className, pae.getException());

Completed in 417 milliseconds

1 2 3 4 5 6