java.nio.charset.UnsupportedCharsetException
Thrown when an unsupported charset name is encountered.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UnsupportedCharsetException(String charset)
Constructs an instance of this exception with the supplied charset name.
Parameters
charset
| the encountered unsupported charset name
|
Public Methods
public
String
getCharsetName()
Gets the encountered unsupported charset name.
Returns
- the encountered unsupported charset name