java.nio.charset.IllegalCharsetNameException
Thrown when an illegal 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
IllegalCharsetNameException(String charset)
Constructs an instance of this exception with the supplied charset name.
Parameters
charset
| the encountered illegal charset name
|
Public Methods
public
String
getCharsetName()
Gets the encountered illegal charset name.
Returns
- the encountered illegal charset name