Class IllegalCharsetNameException

    • Constructor Detail

      • IllegalCharsetNameException

        public IllegalCharsetNameException​(String charsetName)
        Constructs a new IllegalCharsetNameException with the supplied charset name.
        Parameters:
        charsetName - the encountered illegal charset name.
    • Method Detail

      • getCharsetName

        public String getCharsetName()
        Returns the encountered illegal charset name.