java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.io.UTFDataFormatException
Signals that a malformed UTF-8 string has been read in a data
input stream or by any class that implements the data input
interface. See the writeUTF
method for the format in
which UTF-8 strings are read and written.
UTFDataFormatException
with no detail
message.
UTFDataFormatException
with the
specified detail message.
public UTFDataFormatException()
UTFDataFormatException
with no detail
message.
public UTFDataFormatException(String s)
UTFDataFormatException
with the
specified detail message.