sun.io
Class UnknownCharacterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.CharConversionException
sun.io.UnknownCharacterException
- All Implemented Interfaces:
- Serializable
public class UnknownCharacterException
- extends CharConversionException
A character conversion encountered a character
that does not have an assigned mapping, and automatic
substitution is not selected
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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