Sunday 10 March 2013

UnsupportedEncodingException


UnsupportedEncodingException

Declaration
public class UnsupportedEncodingException extends IOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.UnsupportedEncodingException
Description
The Character Encoding is not supported.


Constructors
UnsupportedEncodingException()
UnsupportedEncodingException(java.lang.String s)


Methods inherited from class Object
equals(Object), getClass(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()
Methods inherited from class Throwable
getMessage(), printStackTrace(), toString()


Constructors
UnsupportedEncodingException()
Declaration:
public UnsupportedEncodingException()
Description:
Constructs an UnsupportedEncodingException without a detail message.


UnsupportedEncodingException(String)
Declaration:
public UnsupportedEncodingException(java.lang.String s)
Description:
Constructs an UnsupportedEncodingException with a detail message.
Parameters:
s - Describes the reason for the exception.




No comments:

Post a Comment