java.io

Class UTFDataFormatException

public class UTFDataFormatException extends IOException

When reading a UTF string from an input stream, this exception is thrown to indicate that the data read is invalid.

See Also: DataInput readUTF

UNKNOWN: updated to 1.4

Constructor Summary
UTFDataFormatException()
Create a new UTFDataFormatException without a descriptive error message.
UTFDataFormatException(String message)
Create a new UTFDataFormatException with a descriptive error message.

Constructor Detail

UTFDataFormatException

public UTFDataFormatException()
Create a new UTFDataFormatException without a descriptive error message.

UTFDataFormatException

public UTFDataFormatException(String message)
Create a new UTFDataFormatException with a descriptive error message.

Parameters: message the descriptive error message