Searched defs:CodingException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java362 private static class CodingException extends Exception { class in class:BearerData
363 public CodingException(String s) { method in class:BearerData.CodingException
523 throws CodingException
534 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")");
542 throw new CodingException("7bit ASCII encode failed: " + ex);
547 throws CodingException
552 throw new CodingException("UTF-16 encode failed: " + ex);
562 throws CodingException
588 throw new CodingException("7bit GSM encode failed: " + ex);
593 throws CodingException
[all...]

Completed in 257 milliseconds