HomeSort by relevance Sort by last modified time
    Searched refs:StreamCorruptedException (Results 1 - 24 of 24) sorted by null

  /libcore/luni/src/main/java/java/io/
StreamCorruptedException.java 29 public class StreamCorruptedException extends ObjectStreamException {
34 * Constructs a new {@code StreamCorruptedException} with its stack trace
37 public StreamCorruptedException() {
41 * Constructs a new {@code StreamCorruptedException} with its stack trace
47 public StreamCorruptedException(String detailMessage) {
ObjectInputStream.java 356 * @throws StreamCorruptedException
360 public ObjectInputStream(InputStream input) throws StreamCorruptedException, IOException {
700 private StreamCorruptedException corruptStream(byte tc) throws StreamCorruptedException {
701 throw new StreamCorruptedException("Wrong format: " + Integer.toHexString(tc & 0xff));
    [all...]
ObjectOutputStream.java 103 private StreamCorruptedException nestedException;
274 this.nestedException = new StreamCorruptedException();
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamCorruptedExceptionTest.java 22 import java.io.StreamCorruptedException;
27 * @tests java.io.StreamCorruptedException#StreamCorruptedException()
30 // Test for method java.io.StreamCorruptedException()
38 } catch (StreamCorruptedException e) {
43 fail("Failed to throw StreamCorruptedException for non serialized stream");
47 * @tests java.io.StreamCorruptedException#StreamCorruptedException(java.lang.String)
50 // Test for method java.io.StreamCorruptedException(java.lang.String)
57 } catch (StreamCorruptedException e)
    [all...]
ObjectStreamFieldTest.java 31 import java.io.StreamCorruptedException;
299 throws StreamCorruptedException, IOException {
ObjectInputStreamTest.java 44 import java.io.StreamCorruptedException;
155 fail("StreamCorruptedException expected");
156 } catch (StreamCorruptedException e) {
200 throws StreamCorruptedException, IOException {
554 } catch (StreamCorruptedException e) {
    [all...]
SerializationStressTest.java 34 import java.io.StreamCorruptedException;
100 StreamCorruptedException {
682 throws StreamCorruptedException, IOException {
SerializationStressTest1.java     [all...]
  /packages/apps/Email/src/org/apache/commons/io/input/
ClassLoaderObjectInputStream.java 23 import java.io.StreamCorruptedException;
46 * @throws StreamCorruptedException if the stream is corrupted
50 throws IOException, StreamCorruptedException {
  /libcore/luni/src/main/java/java/math/
MathContext.java 23 import java.io.StreamCorruptedException;
236 * @throws StreamCorruptedException
238 * @throws StreamCorruptedException
246 throw new StreamCorruptedException(ex.getMessage());
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 30 import java.io.StreamCorruptedException;
400 } catch (StreamCorruptedException e) {
407 assertTrue("Expected StreamCorruptedException", exception);
421 // Test 1: readStreamHeader should not throw a StreamCorruptedException.
427 } catch (StreamCorruptedException e) {
428 fail("Test 1: Unexpected StreamCorruptedException.");
440 fail("Test 2: StreamCorruptedException expected.");
442 } catch (StreamCorruptedException e) {
456 fail("Test 3: StreamCorruptedException expected.");
458 } catch (StreamCorruptedException e)
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 29 import java.io.StreamCorruptedException;
252 throw new StreamCorruptedException("expect [" + serializedData
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 30 import java.io.StreamCorruptedException;
253 throw new StreamCorruptedException("expect [" + serializedData
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 33 import java.io.StreamCorruptedException;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 43 import java.io.StreamCorruptedException;
154 fail("StreamCorruptedException expected");
155 } catch (StreamCorruptedException e) {
199 throws StreamCorruptedException, IOException {
553 } catch (StreamCorruptedException e) {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1503 milliseconds