UnsupportedCharsetException

public class UnsupportedCharsetException extends IllegalArgumentException

Unchecked exception thrown when no support is available for a requested charset.

Public Constructor Summary

UnsupportedCharsetException(String charsetName)
Constructs an instance of this class.

Public Method Summary

String
getCharsetName()
Retrieves the name of the unsupported charset.

Inherited Method Summary

Public Constructors

public UnsupportedCharsetException (String charsetName)

Constructs an instance of this class.

Parameters
charsetName The name of the unsupported charset

Public Methods

public String getCharsetName ()

Retrieves the name of the unsupported charset.

Returns
  • The name of the unsupported charset