jdk/src/share/classes/java/nio/charset/UnmappableCharacterException.java
changeset 18164 68f1bc4eadd4
parent 5506 202f599c92aa
child 19034 d068b8fff162
equal deleted inserted replaced
18163:c0b32e884b70 18164:68f1bc4eadd4
    27 
    27 
    28 
    28 
    29 /**
    29 /**
    30  * Checked exception thrown when an input character (or byte) sequence
    30  * Checked exception thrown when an input character (or byte) sequence
    31  * is valid but cannot be mapped to an output byte (or character)
    31  * is valid but cannot be mapped to an output byte (or character)
    32  * sequence.  </p>
    32  * sequence.
    33  *
    33  *
    34  * @since 1.4
    34  * @since 1.4
    35  */
    35  */
    36 
    36 
    37 public class UnmappableCharacterException
    37 public class UnmappableCharacterException