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
-
UnknownCharacterException()
- Constructs a UnknownCharacterException with no detail message.
-
UnknownCharacterException(String)
- Constructs a UnknownCharacterException with the specified detail message.
UnknownCharacterException
public UnknownCharacterException()
- Constructs a UnknownCharacterException with no detail message.
A detail message is a String that describes this particular exception.
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