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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCEFormatException.java30 public class CEFormatException extends IOException { class in inherits:IOException
31 public CEFormatException(String s) { method in class:CEFormatException
H A DUUDecoder.java65 * CEFormatException. The specific detail messages are:
167 throw new CEFormatException("UUDecoder: No begin line.");
184 throw new CEFormatException("UUDecoder: No begin line.");
192 throw new CEFormatException("UUDecoder: Malformed begin line.");
223 throw new CEFormatException("UUDecoder: Short Buffer.");
228 throw new CEFormatException("UUDecoder: Bad Line Length.");
270 throw new CEFormatException("UUDecoder: Missing 'end' line.");
H A DUCDecoder.java72 * CEFormatException. The specific detail messages are:
152 throw new CEFormatException("UCDecoder: High byte parity error.");
155 throw new CEFormatException("UCDecoder: Low byte parity error.");
182 * @exception CEFormatException out of sequence lines detected.
206 throw new CEFormatException("UCDecoder: Out of sequence line.");
217 * @exception CEFormatException if CRC check fails.
230 throw new CEFormatException("UCDecoder: CRC check failed.");
H A DBASE64Decoder.java50 * On errors, this class throws a CEFormatException with the following detail
112 throw new CEFormatException("BASE64Decoder: Not enough bytes for an atom.");
/openjdk7/langtools/test/tools/javac/warnings/6594914/
H A DT6594914b.java17 throws sun.misc.CEFormatException { return null; } //warn
21 throws sun.misc.CEFormatException { return null; }

Completed in 31 milliseconds