Package Summary  Overview Summary

class:IllegalCharsetNameException [NONE]

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

  • IllegalCharsetNameException

    public IllegalCharsetNameException​(String charsetName)
    Constructs an instance of this class.
    Parameters:
    charsetName - The illegal charset name

method:getCharsetName() [NONE]

  • getCharsetName

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

© 2019 Oracle Corporation and/or its affiliates