java.io
Class UTFDataFormatException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.UTFDataFormatException
When reading a UTF string from an input stream, this exception is thrown
to indicate that the data read is invalid.
Authors:- Aaron M. Renn (arenn@urbanophile.com)
- Tom Tromey <tromey@cygnus.com>
See Also:
UTFDataFormatException
public UTFDataFormatException()
Create a new UTFDataFormatException without a descriptive error message.
UTFDataFormatException
public UTFDataFormatException(java.lang.String message)
Create a new UTFDataFormatException with a descriptive error message.
Parameters: