콘텐츠로 이동

Class UTFDataFormatException

package java.io

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.UTFDataFormatException

extends IOException:

UTF8 문자가 형식을 제대로 따르지 않았을 때 발생하는 exception.

  • UTFDataFormatException () UTFDataFormatException 생성한다.
  • UTFDataFormatException ( String s) UTFDataFormatException 생성한다.
public UTFDataFormatException()
  • UTFDataFormatException 생성한다.
public UTFDataFormatException(String s)

Parameters:

  • s - UTFDataFormatException 세부 메세지.

AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com