Module java.base

Class UnsupportedCharsetException

All Implemented Interfaces:
Serializable

public class UnsupportedCharsetException extends IllegalArgumentException
Unchecked exception thrown when no support is available for a requested charset.
Since:
1.4
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedCharsetException

      public UnsupportedCharsetException(String charsetName)
      Constructs an instance of this class.
      Parameters:
      charsetName - The name of the unsupported charset
  • Method Details

    • getCharsetName

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