Home » openjdk-7 » java » io » [javadoc | source]
java.io
public class: UnsupportedEncodingException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            java.io.UnsupportedEncodingException

All Implemented Interfaces:
    Serializable

The Character Encoding is not supported.
Fields inherited from java.io.IOException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnsupportedEncodingException() 
 public UnsupportedEncodingException(String s) 
    Constructs an UnsupportedEncodingException with a detail message.
    Parameters:
    s - Describes the reason for the exception.
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait