Exception: java.io.UnsupportedEncodingException

  • public exception UnsupportedEncodingException
  • extends IOException
The Character Encoding is not supported.
Authors:
@author Asmus Freytag
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • UnsupportedEncodingExceptiontop

    public UnsupportedEncodingException()
    Constructs an UnsupportedEncodingException without a detail message.
    Google Code Search
    Stack Overflow
  • UnsupportedEncodingExceptiontop

    public UnsupportedEncodingException(String s)
    Constructs an UnsupportedEncodingException with a detail message.
    Parameters:
    @param s Describes the reason for the exception.
    Google Code Search
    Stack Overflow