Name

java.io.UTFDataFormatException

Synopsis

This exception is identical to its J2SE counterpart. It is thrown when a malformed UTF-8 string has been detected.

public classUTFDataFormatException extends java.io.IOException {
   // constructors
   public UTFDataFormatException();
   public UTFDataFormatException(String s);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.