Home
last modified time | relevance | path

Searched refs:UTFDataFormatException (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DUTFDataFormatException.java45 public class UTFDataFormatException extends IOException { class
53 public UTFDataFormatException() { in UTFDataFormatException() method in UTFDataFormatException
66 public UTFDataFormatException(String s) { in UTFDataFormatException() method in UTFDataFormatException
DDataInputStream.java632 throw new UTFDataFormatException( in readUTF()
636 throw new UTFDataFormatException( in readUTF()
645 throw new UTFDataFormatException( in readUTF()
650 throw new UTFDataFormatException( in readUTF()
658 throw new UTFDataFormatException( in readUTF()
DObjectInputStream.java3483 throw new UTFDataFormatException(); in readUTFSpan()
3494 throw new UTFDataFormatException(); in readUTFSpan()
3502 throw new UTFDataFormatException(); in readUTFSpan()
3515 throw new UTFDataFormatException(); in readUTFSpan()
3550 throw new UTFDataFormatException(); in readUTFChar()
3554 throw new UTFDataFormatException(); in readUTFChar()
3565 throw new UTFDataFormatException(); in readUTFChar()
3570 throw new UTFDataFormatException(); in readUTFChar()
3578 throw new UTFDataFormatException(); in readUTFChar()
DDataOutputStream.java364 throw new UTFDataFormatException( in writeUTF()
DObjectOutputStream.java2280 throw new UTFDataFormatException(); in writeUTF()
/libcore/luni/src/test/java/libcore/java/io/
DUTFDataFormatExceptionTest.java21 import java.io.UTFDataFormatException;
32 UTFDataFormatException exception = new UTFDataFormatException(); in testEmptyConstructor()
DDataOutputStreamTest.java21 import java.io.UTFDataFormatException;
125 } catch (UTFDataFormatException expected) { in test_writeUTF_too_long()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DUTFDataFormatExceptionTest.java22 import java.io.UTFDataFormatException;
41 } catch (UTFDataFormatException e) { in test_Constructor()
63 } catch (UTFDataFormatException e) { in test_ConstructorLjava_lang_String()
/libcore/
Dopenjdk_java_files.bp99 "ojluni/src/main/java/java/io/UTFDataFormatException.java",
DEXPECTED_UPSTREAM113 …/src/main/java/java/io/UTFDataFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classe…
/libcore/api/
Dcurrent.txt2282 public class UTFDataFormatException extends java.io.IOException {
2283 ctor public UTFDataFormatException();
2284 ctor public UTFDataFormatException(String);