KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > UTFDataFormatException

java.io
Class UTFDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.UTFDataFormatException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, DataInput, DataInputStream.readUTF(java.io.DataInput)

public UTFDataFormatException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UTFDataFormatException(String s)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags