java.io
Class UnsupportedEncodingException

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

public class UnsupportedEncodingException
extends IOException

바이트를 문자로 변환하거나 문자를 바이트로 변환할 때 사용하는 디코딩이나 인코딩 방식을 VM이 지원하지 않을 때 발생하는 exception.


Constructor Summary
UnsupportedEncodingException()
          UnsupportedEncodingException 생성한다.
UnsupportedEncodingException(String s)
          UnsupportedEncodingException 생성한다.
 
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

UnsupportedEncodingException

public UnsupportedEncodingException()
UnsupportedEncodingException 생성한다.

UnsupportedEncodingException

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


AromaSoft Corp. Proprietary and Confidential

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