January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.io.UTFDataFormatException
This exception is identical to its J2SE counterpart. It is thrown when a malformed UTF-8 string has been detected.
public classUTFDataFormatExceptionextends java.io.IOException { // constructors publicUTFDataFormatException(); publicUTFDataFormatException(String s); }
Read now
Unlock full access