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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java117 public class EofException extends IOException { class in class:Parser
122 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
125 public class EmptyStreamException extends EofException {
340 throw new EofException();
368 } catch (EofException e) {
542 throw new EofException();
597 throw new EofException();

Completed in 57 milliseconds