java.io
Class UTFDataFormatException

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

public class UTFDataFormatException
extends IOException

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


Constructor Summary
UTFDataFormatException()
          UTFDataFormatException 생성한다.
UTFDataFormatException(String s)
          UTFDataFormatException 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTFDataFormatException

public UTFDataFormatException()
UTFDataFormatException 생성한다.

UTFDataFormatException

public UTFDataFormatException(String s)
UTFDataFormatException 생성한다.
Parameters:
s - UTFDataFormatException 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

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