Home » openjdk-7 » java » nio » charset » [javadoc | source]
java.nio.charset
public class: UnmappableCharacterException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            java.nio.charset.CharacterCodingException
               java.nio.charset.UnmappableCharacterException

All Implemented Interfaces:
    Serializable

Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.

Fields inherited from java.io.IOException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnmappableCharacterException(int inputLength) 
Method from java.nio.charset.UnmappableCharacterException Summary:
getInputLength,   getMessage
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.nio.charset.UnmappableCharacterException Detail:
 public int getInputLength() 
 public String getMessage()