Class java.io.UnsupportedEncodingException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.UnsupportedEncodingException

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

public class UnsupportedEncodingException
extends IOException
The Character Encoding is not supported

Version:
1.7, 07/01/98
Author:
Asmus Freytag
Since:
JDK1.1

Constructor Index

 o java.io.UnsupportedEncodingException()
no detailed message
 o java.io.UnsupportedEncodingException(String)
detailed message

Constructors

 o UnsupportedEncodingException
public UnsupportedEncodingException()
no detailed message

Since:
JDK1.1
 o UnsupportedEncodingException
public UnsupportedEncodingException(String s)
detailed message

Parameters:
s - - detailed message
Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index