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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/accounts/
OperationCanceledException.java 25 public OperationCanceledException(String message, Throwable cause) {
28 public OperationCanceledException(Throwable cause) {
  /frameworks/base/core/java/android/view/
InflateException.java 28 public InflateException(String detailMessage, Throwable throwable) {
29 super(detailMessage, throwable);
36 public InflateException(Throwable throwable) {
37 super(throwable);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestLoadException.java 24 private final Throwable innerException;
30 public DOMTestLoadException(Throwable innerException) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ApiFailureException.java 23 public ApiFailureException(Throwable cause) {
27 public ApiFailureException(String message, Throwable cause) {
  /dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoadingException.java 33 public DexClassLoadingException(Throwable thr) {
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 60 public LogConfigurationException(Throwable cause) {
73 public LogConfigurationException(String message, Throwable cause) {
84 protected Throwable cause = null;
90 public Throwable getCause() {
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 45 /** A reference to Throwable's initCause method, or null if it's not there in this JVM */
50 * {@link Throwable#initCause(Throwable) initCause} method of {@link Throwable},
54 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
59 Class[] paramsClasses = new Class[] { Throwable.class };
60 return Throwable.class.getMethod("initCause", paramsClasses);
67 * If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
69 * @param throwable The throwable
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
ExtCertPathBuilderException.java 10 private Throwable cause;
12 public ExtCertPathBuilderException(String message, Throwable cause)
18 public ExtCertPathBuilderException(String msg, Throwable cause,
25 public Throwable getCause()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
AnnotatedException.java 9 private Throwable _underlyingException;
11 AnnotatedException(String string, Throwable e)
23 Throwable getUnderlyingException()
28 public Throwable getCause()
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
ErrorListener.java 44 public void handleError( S source, Throwable t );
  /external/junit/src/org/junit/internal/runners/
InitializationError.java 13 private final List<Throwable> fErrors;
15 public InitializationError(List<Throwable> errors) {
19 public InitializationError(Throwable... errors) {
27 public List<Throwable> getCauses() {
  /external/junit/src/org/junit/runners/model/
InitializationError.java 11 private final List<Throwable> fErrors;
17 public InitializationError(List<Throwable> errors) {
21 public InitializationError(Throwable error) {
36 public List<Throwable> getCauses() {
  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 26 protected void finalize() throws Throwable {
PathEffect.java 26 protected void finalize() throws Throwable {
Rasterizer.java 26 protected void finalize() throws Throwable {
  /libcore/luni/src/main/java/java/io/
IOError.java 34 public IOError(Throwable cause) {
  /packages/apps/Camera/src/com/android/camera/
CameraHardwareException.java 25 public CameraHardwareException(Throwable t) {
  /packages/apps/Camera2/src/com/android/camera/
CameraHardwareException.java 25 public CameraHardwareException(Throwable t) {
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHardwareException.java 25 public CameraHardwareException(Throwable t) {
  /external/ant-glob/src/org/apache/tools/ant/
BuildException.java 53 public BuildException(String message, Throwable cause) {
64 public BuildException(Throwable cause) {
76 public Throwable getException() {
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertException.java 9 private Throwable cause;
11 public CertException(String msg, Throwable cause)
23 public Throwable getCause()
CertIOException.java 11 private Throwable cause;
13 public CertIOException(String msg, Throwable cause)
25 public Throwable getCause()
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
OperatorException.java 6 private Throwable cause;
8 public OperatorException(String msg, Throwable cause)
20 public Throwable getCause()
OperatorStreamException.java 8 private Throwable cause;
10 public OperatorStreamException(String msg, Throwable cause)
17 public Throwable getCause()
RuntimeOperatorException.java 6 private Throwable cause;
13 public RuntimeOperatorException(String msg, Throwable cause)
20 public Throwable getCause()

Completed in 2055 milliseconds

12 3 4 5 6 7 8 91011>>