English | Site Directory

Android - An Open Handset Alliance Project

java.nio.charset
public class

java.nio.charset.IllegalCharsetNameException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.nio.charset.IllegalCharsetNameException

Thrown when an illegal charset name is encountered.

Summary

Public Constructors

          IllegalCharsetNameException(String charset)
Constructs an instance of this exception with the supplied charset name.

Public Methods

        String  getCharsetName()
Gets the encountered illegal charset name.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public IllegalCharsetNameException(String charset)

Constructs an instance of this exception with the supplied charset name.

Parameters

charset the encountered illegal charset name

Public Methods

public String getCharsetName()

Gets the encountered illegal charset name.

Returns

  • the encountered illegal charset name
Build m5-rc15g - 14 May 2008 12:50