HomeSort by relevance Sort by last modified time
    Searched full:throwable (Results 901 - 925 of 3684) sorted by null

<<31323334353637383940>>

  /external/apache-http/src/org/apache/http/
MethodNotSupportedException.java 61 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
62 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
64 public MethodNotSupportedException(final String message, final Throwable cause) {
ProtocolException.java 66 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
69 public ProtocolException(String message, Throwable cause) {
  /external/apache-http/src/org/apache/http/auth/
AuthenticationException.java 66 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
69 public AuthenticationException(String message, Throwable cause) {
InvalidCredentialsException.java 65 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
66 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
68 public InvalidCredentialsException(String message, Throwable cause) {
MalformedChallengeException.java 67 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
68 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
70 public MalformedChallengeException(String message, Throwable cause) {
  /external/apache-http/src/org/apache/http/client/
CircularRedirectException.java 64 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
65 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
67 public CircularRedirectException(String message, Throwable cause) {
RedirectException.java 66 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
69 public RedirectException(String message, Throwable cause) {
  /external/apache-http/src/org/apache/http/cookie/
MalformedCookieException.java 68 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
69 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
71 public MalformedCookieException(String message, Throwable cause) {
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngineException.java 63 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
64 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
66 public NTLMEngineException(String message, Throwable cause) {
UnsupportedDigestAlgorithmException.java 65 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
66 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
68 public UnsupportedDigestAlgorithmException(String message, Throwable cause) {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientOnFormResubmissionTest.java 88 public void testResend() throws Throwable {
97 public void testDontResend() throws Throwable {
104 protected void doReload() throws Throwable {
AwContentsClientVisitedHistoryTest.java 95 public void testUpdateVisitedHistoryCallback() throws Throwable {
127 public void testGetVisitedHistoryExerciseCodePath() throws Throwable {
162 public void testGetVisitedHistoryCallbackAfterDestroy() throws Throwable {
ClientAddMessageToConsoleTest.java 62 public void testAddMessageToConsoleCalledWithCorrectLevel() throws Throwable {
96 public void testAddMessageToConsoleCalledWithCorrectMessage() throws Throwable {
118 public void testAddMessageToConsoleCalledWithCorrectLineAndSource() throws Throwable {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
GestureDetectorResetTest.java 55 } catch (Throwable e) {
68 throws InterruptedException, Exception, Throwable {
93 throws InterruptedException, Exception, Throwable {
  /external/dexmaker/src/dx/java/com/android/dx/util/
ExceptionWithContext.java 40 public static ExceptionWithContext withContext(Throwable ex, String str) {
67 public ExceptionWithContext(Throwable cause) {
77 public ExceptionWithContext(String message, Throwable cause) {
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 120 catch (Throwable ignore)
152 static void printStackTrace (Throwable t, final PrintWriter out)
196 static void printStackTrace (Throwable t, final PrintStream out)
284 catch (Throwable t)
331 catch (Throwable t)
346 catch (Throwable e) // guard against bad toString() overrides
385 && namespace != THROWABLE && namespace != null)
408 catch (Throwable ignore) {}
425 catch (Throwable ignore) {}
463 private static final Class THROWABLE = Throwable.class
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 183 private static void sneakyThrow(Throwable t) {
184 class SneakyThrower<T extends Throwable> {
186 void throwIt(Throwable t) throws T {
  /external/junit/src/junit/framework/
TestResult.java 40 public synchronized void addError(Test test, Throwable t) {
114 public void protect() throws Throwable {
141 catch (Throwable e) {
  /external/junit/src/junit/textui/
ResultPrinter.java 73 // I feel like making this a println, then adding a line giving the throwable a chance to print something
114 * @see junit.framework.TestListener#addError(Test, Throwable)
116 public void addError(Test test, Throwable t) {
  /external/junit/src/org/junit/runners/
Parameterized.java 113 protected void validateConstructor(List<Throwable> errors) {
133 public Parameterized(Class<?> klass) throws Throwable {
148 throws Throwable {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ExceptionWithContext.java 48 public static ExceptionWithContext withContext(Throwable ex, String str) {
75 public ExceptionWithContext(Throwable cause) {
85 public ExceptionWithContext(String message, Throwable cause) {
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 36 public Throwable mError = null;
46 } catch (Throwable e) {
53 public void testContentQueryMap() throws Throwable {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java 96 } catch (Throwable t) {
101 } catch (Throwable t) {
110 private RuntimeException andLog(String msg, Throwable t) {
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 81 public void failed(String className, Throwable exception) {
88 private void failed(Test test, Throwable t) {
93 public void addError(Test test, Throwable t) {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java 66 protected void collectInitializationErrors(List<Throwable> errors) {
72 private void validateInjectFields(List<Throwable> errors) {
90 private void validateInjectField(List<Throwable> errors, FrameworkField instrField,

Completed in 1695 milliseconds

<<31323334353637383940>>