UnsupportedCharsetException


UnsupportedCharsetException java.nio.charset

Java 1.4 serializable unchecked

Signals that the requested charset is not supported on the current platform. This exception is thrown by Charset.forName( ) when no Charset object can be obtained for the named charset. See also Charset.isSupported( ) .

Figure 13-53. java.nio.charset.UnsupportedCharsetException

 public class  UnsupportedCharsetException  extends IllegalArgumentException {  // Public Constructors  public  UnsupportedCharsetException  (String  charsetName  );  // Public Instance Methods  public String  getCharsetName  ( );    } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net