HomeSort by relevance Sort by last modified time
    Searched refs:Exception (Results 176 - 200 of 8331) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/nested/
Level2Test.java 23 public void testLevel2() throws Exception {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
AnotherSimpleTest.java 23 public void testAnotherOne() throws Exception {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/
NonSmokeTest.java 23 public void testNonSmoke() throws Exception {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/subclass/
SuperclassTest.java 23 public void testSuperclass() throws Exception {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallStateException.java 22 public class CallStateException extends Exception
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccException.java 22 public class IccException extends Exception {
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardException.java 16 package com.android.vcard.exception;
18 public class VCardException extends java.lang.Exception {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderMalfunctionErrorTest.java 34 Exception ex = new Exception();
50 public void testSerializationSelf() throws Exception {
58 public void testSerializationCompatibility() throws Exception {
  /libcore/luni/src/main/java/java/lang/
CloneNotSupportedException.java 26 public class CloneNotSupportedException extends Exception {
42 * the detail message for this exception.
InterruptedException.java 24 public class InterruptedException extends Exception {
40 * the detail message for this exception.
  /libcore/luni/src/main/java/java/nio/charset/
CoderMalfunctionError.java 36 * the original exception thrown by the encoder/decoder.
38 public CoderMalfunctionError(Exception ex) {
  /libcore/luni/src/main/java/java/util/
TooManyListenersException.java 26 public class TooManyListenersException extends Exception {
42 * the detail message for the exception.
  /libcore/luni/src/main/java/java/util/concurrent/
BrokenBarrierException.java 10 * Exception thrown when a thread tries to wait upon a barrier that is
19 public class BrokenBarrierException extends Exception {
TimeoutException.java 10 * Exception thrown when a blocking operation times out. Blocking
20 public class TimeoutException extends Exception {
  /libcore/luni/src/main/java/java/util/zip/
DataFormatException.java 24 public class DataFormatException extends Exception {
39 * the detail message for the exception.
  /libcore/luni/src/main/java/javax/security/auth/
DestroyFailedException.java 23 public class DestroyFailedException extends Exception {
28 * Creates an exception of type {@code DestroyFailedException}.
34 * Creates an exception of type {@code DestroyFailedException}.
37 * A detail message that describes the reason for this exception.
  /libcore/luni/src/main/java/javax/security/cert/
CertificateException.java 30 public class CertificateException extends Exception {
41 * the detail message for the exception.
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 35 *<code>Exception</code> that represents the error.
37 private Exception exception; field in class:FactoryConfigurationError
45 this.exception = null;
52 * @param msg The error message for the exception.
57 this.exception = null;
63 * given <code>Exception</code> base cause of the error.
65 * @param e The exception to be encapsulated in a
69 public FactoryConfigurationError(Exception e) {
71 this.exception = e
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 31 * <code>Exception</code> for the
34 private Exception exception; field in class:TransformerFactoryConfigurationError
41 this.exception = null;
48 * @param msg The error message for the exception.
54 this.exception = null;
59 * given <code>Exception</code> base cause of the error.
61 * @param e The exception to be encapsulated in a
64 public TransformerFactoryConfigurationError(Exception e) {
68 this.exception = e
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByte_ISO_8859_1.java 20 protected void setUp() throws Exception {
OldCharset_SingleByte_ISO_8859_11.java 21 protected void setUp() throws Exception {
OldCharset_SingleByte_ISO_8859_13.java 20 protected void setUp() throws Exception {
OldCharset_SingleByte_ISO_8859_15.java 20 protected void setUp() throws Exception {
OldCharset_SingleByte_ISO_8859_2.java 20 protected void setUp() throws Exception {
OldCharset_SingleByte_ISO_8859_4.java 20 protected void setUp() throws Exception {

Completed in 1486 milliseconds

1 2 3 4 5 6 78 91011>>