Searched refs:getException (Results 1 - 25 of 57) sorted by relevance

123

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DPrivilegedActionException2Test.java32 .getException());
37 .getException());
41 * @tests java.security.PrivilegedActionException#getException()
47 .getException());
H A DPrivilegedActionExceptionTest.java43 * 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/
H A DPrivilegedActionExceptionTest.java55 if( ref.getException() == null ) {
56 assertNull( test.getException() );
58 THROWABLE_COMPARATOR.assertDeserialized(ref.getException(), test
59 .getException());
/external/junit/src/org/junit/runner/notification/
H A DFailure.java49 public Throwable getException() { method in class:Failure
67 getException().printStackTrace(writer);
77 return getException().getMessage();
/external/ant-glob/src/org/apache/tools/ant/
H A DBuildException.java76 public Throwable getException() { method in class:BuildException
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DWrappedRuntimeException.java77 public Exception getException() method in class:WrappedRuntimeException
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DWrappedRuntimeException.java70 public Exception getException() method in class:WrappedRuntimeException
H A DDefaultErrorHandler.java301 cause = ((SAXException)cause).getException();
341 cause = ((WrappedRuntimeException)cause).getException();
343 cause = ((SAXException)cause).getException();
H A DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DExceptionInInitializerErrorTest.java49 assertSame(npe, e.getException());
H A DClassNotFoundExceptionTest.java55 assertEquals("Wrong Exception", in, e.getException());
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java200 exception = se.getException();
235 exception = se.getException();
301 exception = se.getException();
320 * Overrides javax.xml.transform.TransformerException.getException().
324 public Throwable getException() method in class:XPathException
H A DXPath.java354 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/xalan/extensions/
H A DObjectFactory.java148 Exception getException() { method in class:ObjectFactory.ConfigurationError
150 } // getException():Exception
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java143 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException());
H A DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
H A DDTMException.java74 public Throwable getException() { method in class:DTMException
336 Throwable exception = getException();
359 ((Object) exception).getClass().getMethod("getException",
/external/javassist/src/main/javassist/util/proxy/
H A DSerializedProxy.java69 throw new RuntimeException("cannot load the class: " + className, pae.getException());
/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java51 result.addError(asTest(failure.getDescription()), failure.getException());
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java294 ((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/
H A DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport12.java104 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/javassist/src/main/javassist/bytecode/
H A DExceptionsAttribute.java169 public int getException(int nth) { method in class:ExceptionsAttribute

Completed in 312 milliseconds

123