January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.io.UnsupportedEncodingException
This exception is identical to its J2SE counterpart. It is thrown when the requested character encoding is not supported by the current operation.
public classUnsupportedEncodingExceptionextends java.io.IOException { // public constructors publicUnsupportedEncodingException(); publicUnsupportedEncodingException(String s); }
Read now
Unlock full access