Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.nio.charset

Class UnsupportedCharsetException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.lang.RuntimeException
         |
         +--java.lang.IllegalArgumentException
            |
            +--java.nio.charset.UnsupportedCharsetException


public class UnsupportedCharsetException

extends IllegalArgumentException

Since:

Constructor Summary

UnsupportedCharsetException(java.lang.String charsetName)

Creates the exception

Method Summary

java.lang.StringgetCharsetName()

Retrieves the illegal charset name

Constructor Details

UnsupportedCharsetException

public UnsupportedCharsetException(java.lang.String charsetName)

Creates the exception

Parameters:


Method Details

getCharsetName

public String getCharsetName()

Retrieves the illegal charset name