Home
last modified time | relevance | path

Searched refs:getException (Results 1 – 25 of 76) sorted by relevance

1234

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
DPrivilegedActionExceptionTest.java55 if (ref.getException() == null) { in assertDeserialized()
56 assertNull(test.getException()); in assertDeserialized()
58 THROWABLE_COMPARATOR.assertDeserialized(ref.getException(), test in assertDeserialized()
59 .getException()); in assertDeserialized()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DPrivilegedActionException2Test.java32 .getException()); in test_ConstructorLjava_lang_Exception()
37 .getException()); in test_ConstructorLjava_lang_Exception()
47 .getException()); in test_getException()
DPrivilegedActionExceptionTest.java46 assertNull(new PrivilegedActionException(null).getException()); in testGetException()
48 assertSame(new PrivilegedActionException(ex).getException(), ex); in testGetException()
/external/junit/src/org/junit/runner/notification/
DFailure.java49 public Throwable getException() { in getException() method in Failure
67 getException().printStackTrace(writer); in getTrace()
77 return getException().getMessage(); in getMessage()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java200 exception = se.getException(); in printStackTrace()
235 exception = se.getException(); in getMessage()
301 exception = se.getException(); in printStackTrace()
324 public Throwable getException() in getException() method in XPathException
/external/clang/test/Analysis/
Dexceptions.mm10 id getException(); function
13 @throw getException();
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java301 cause = ((SAXException)cause).getException(); in ensureLocationSet()
341 cause = ((WrappedRuntimeException)cause).getException(); in printLocation()
343 cause = ((SAXException)cause).getException(); in printLocation()
DWrappedRuntimeException.java70 public Exception getException() in getException() method in WrappedRuntimeException
DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java249 getException(rc); in encode()
253 private static void getException(int rc) in getException() method in PunycodeReference
289 getException(rc); in decode()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException(); in getDoc()
333 e = spe2.getException(); in getDoc()
336 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException(); in getDoc()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DWrappedRuntimeException.java77 public Exception getException() in getException() method in WrappedRuntimeException
/external/ant-glob/src/org/apache/tools/ant/
DBuildException.java76 public Throwable getException() { in getException() method in BuildException
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java74 public Throwable getException() { in getException() method in DTMException
336 Throwable exception = getException(); in printStackTrace()
DDTMManager.java143 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException()); in newInstance()
DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DObjectFactory.java148 Exception getException() { in getException() method in ObjectFactory.ConfigurationError
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionWithLocationTest.java81 TaggedObject exception = eventException.getException(); in checkEvent()
/external/junit/src/junit/framework/
DJUnit4TestAdapterCache.java51 result.addError(asTest(failure.getDescription()), failure.getException()); in getNotifier()
/external/glide/library/src/main/java/com/bumptech/glide/util/
DExceptionCatchingInputStream.java127 public IOException getException() { in getException() method in ExceptionCatchingInputStream
/external/javassist/src/main/javassist/util/proxy/
DSerializedProxy.java69 throw new RuntimeException("cannot load the class: " + className, pae.getException()); in loadClass()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSecuritySupport12.java104 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DSecuritySupport12.java107 throw (FileNotFoundException)e.getException();

1234