Module java.base

Class IllegalCharsetNameException

    • Constructor Detail

      • IllegalCharsetNameException

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

      • getCharsetName

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