Class UnsupportedCharsetException

    • Constructor Detail

      • UnsupportedCharsetException

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

      • getCharsetName

        public String getCharsetName()
        Gets the encountered unsupported charset name.
        Returns:
        the encountered unsupported charset name.