Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.io.UTFDataFormatException
Availability: JDK 1.0
public class UTFDataFormatException extends IOException {
// Public Constructors
public UTFDataFormatException();
public UTFDataFormatException(Strings);
}