Class UnsupportedCharsetException

All Implemented Interfaces:
Serializable

public class UnsupportedCharsetException
extends IllegalArgumentException
An UnsupportedCharsetException is thrown when an unsupported charset name is encountered.
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedCharsetException

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

    • getCharsetName

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