KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > charset > UnsupportedCharsetException

java.nio.charset
Class UnsupportedCharsetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.nio.charset.UnsupportedCharsetException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public String getCharsetName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public UnsupportedCharsetException(String charsetName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags