Searched refs:UTFDataFormatException (Results 1 – 11 of 11) sorted by relevance
45 public class UTFDataFormatException extends IOException { class53 public UTFDataFormatException() { in UTFDataFormatException() method in UTFDataFormatException66 public UTFDataFormatException(String s) { in UTFDataFormatException() method in UTFDataFormatException
632 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()
3483 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()
364 throw new UTFDataFormatException( in writeUTF()
2280 throw new UTFDataFormatException(); in writeUTF()
21 import java.io.UTFDataFormatException;32 UTFDataFormatException exception = new UTFDataFormatException(); in testEmptyConstructor()
21 import java.io.UTFDataFormatException;125 } catch (UTFDataFormatException expected) { in test_writeUTF_too_long()
22 import java.io.UTFDataFormatException;41 } catch (UTFDataFormatException e) { in test_Constructor()63 } catch (UTFDataFormatException e) { in test_ConstructorLjava_lang_String()
99 "ojluni/src/main/java/java/io/UTFDataFormatException.java",
113 …/src/main/java/java/io/UTFDataFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classe…
2282 public class UTFDataFormatException extends java.io.IOException {2283 ctor public UTFDataFormatException();2284 ctor public UTFDataFormatException(String);