All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.UnknownCharacterException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.io.CharConversionException
                                   |
                                   +----sun.io.UnknownCharacterException

public class UnknownCharacterException
extends CharConversionException
A character conversion encountered a character that does not have an assigned mapping, and automatic substitution is not selected


Constructor Index

 o UnknownCharacterException()
Constructs a UnknownCharacterException with no detail message.
 o UnknownCharacterException(String)
Constructs a UnknownCharacterException with the specified detail message.

Constructors

 o UnknownCharacterException
 public UnknownCharacterException()
Constructs a UnknownCharacterException with no detail message. A detail message is a String that describes this particular exception.

 o UnknownCharacterException
 public UnknownCharacterException(String s)
Constructs a UnknownCharacterException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the String containing a detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index