Package Summary  Overview Summary

class:UnsupportedCharsetException [NONE]

constructor:<init>(java.lang.String) [NONE]

  • UnsupportedCharsetException

    public UnsupportedCharsetException​(String charsetName)
    Constructs an instance of this class.
    Parameters:
    charsetName - The name of the unsupported charset

method:getCharsetName() [NONE]

  • getCharsetName

    public String getCharsetName()
    Retrieves the name of the unsupported charset.
    Returns:
    The name of the unsupported charset

© 2018 Oracle Corporation and/or its affiliates