sun.io
Class UnknownCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.CharConversionException
                  extended by 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

Constructor Summary
UnknownCharacterException()
          Constructs a UnknownCharacterException with no detail message.
UnknownCharacterException(String s)
          Constructs a UnknownCharacterException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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