Name

UnsupportedEncodingException

Synopsis

Signals that a requested character encoding is not supported by the current Java Virtual Machine.

java.io.UnsupportedEncodingException

Figure 9-62. java.io.UnsupportedEncodingException

public class UnsupportedEncodingException extends IOException {
// Public Constructors
     public UnsupportedEncodingException( );  
     public UnsupportedEncodingException(String s);  
}

Thrown By

Too many methods to list.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.