Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Class UTFDataFormatException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.io.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.

Authors:See Also:

Constructor Summary

UTFDataFormatException()

Create a new UTFDataFormatException without a descriptive error message.
UTFDataFormatException(java.lang.String message)

Create a new UTFDataFormatException with a descriptive error message.

Constructor Details

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: