Android
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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48