UTFDataFormatExceptionNameUTFDataFormatExceptionSynopsis
DescriptionA UTFDataFormatException is thrown when there is an attempt to read a UTF string from a stream that does not contain a properly formatted UTF string. See Appendix B, The UTF-8 Encoding, for a desciption of the UTF-8 encoding. Class Summary
public class java.io.UTFDataFormatException extends java.io.IOException {
// Constructors
public UTFDataFormatException();
public UTFDataFormatException(String s);
}
ConstructorsUTFDataFormatExceptionpublic UTFDataFormatException()
public UTFDataFormatException(String s)
Inherited Methods
See AlsoException, IOException, Throwable |
|