Documentation  › java.io  › UnsupportedEncodingException
 
 


  UnsupportedEncodingException
  public

  Inherits From:   IOException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.io


Exception Description
 
The Character Encoding is not supported.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
UnsupportedEncodingException
public UnsupportedEncodingException( )

Constructs an UnsupportedEncodingException without a detail message.


UnsupportedEncodingException
public UnsupportedEncodingException( String s )

Constructs an UnsupportedEncodingException with a detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05