Package Summary
Overview Summary
class:UnsupportedCharsetException [NONE]
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:UnsupportedCharsetException(java.lang.String) [NONE]
UnsupportedCharsetException
public
UnsupportedCharsetException
(
String
charsetName)
Constructs an instance of this class.
Parameters:
charsetName
- The name of the unsupported charset
method:getCharsetName() [NONE]
getCharsetName
public
String
getCharsetName
()
Retrieves the name of the unsupported charset.
Returns:
The name of the unsupported charset
© 2023 Oracle Corporation and/or its affiliates