java.nio.charset
public class: UnsupportedCharsetException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.nio.charset.UnsupportedCharsetException
All Implemented Interfaces:
Serializable
- author:
Michael - Koch
- since:
1.4 -
| Field Summary |
|---|
| String | charsetName | |
| Method from java.nio.charset.UnsupportedCharsetException Summary: |
|---|
|
getCharsetName |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.nio.charset.UnsupportedCharsetException Detail: |
public String getCharsetName() {
return charsetName;
}
Retrieves the illegal charset name |