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
-
java.io.UnsupportedEncodingException()
- no detailed message
-
java.io.UnsupportedEncodingException(String)
- detailed message
UnsupportedEncodingException
public UnsupportedEncodingException()
- no detailed message
- Since:
- JDK1.1
UnsupportedEncodingException
public UnsupportedEncodingException(String s)
- detailed message
- Parameters:
- s - - detailed message
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index