Searched refs:UCDecoder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DUCDecoder.java75 * "UCDecoder: High byte parity error."
76 * "UCDecoder: Low byte parity error."
77 * "UCDecoder: Out of sequence line."
78 * "UCDecoder: CRC check failed."
85 public class UCDecoder extends CharacterDecoder { class in inherits:CharacterDecoder
152 throw new CEFormatException("UCDecoder: High byte parity error.");
155 throw new CEFormatException("UCDecoder: Low byte parity error.");
206 throw new CEFormatException("UCDecoder: Out of sequence line.");
230 throw new CEFormatException("UCDecoder: CRC check failed.");

Completed in 29 milliseconds