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.java363 private static class CodingException extends Exception { class in class:BearerData
364 public CodingException(String s) { method in class:BearerData.CodingException
500 throws CodingException
511 throw new CodingException("cannot ASCII encode (" + msg.charAt(i) + ")");
519 throw new CodingException("7bit ASCII encode failed: " + ex);
524 throws CodingException
529 throw new CodingException("UTF-16 encode failed: " + ex);
539 throws CodingException
565 throw new CodingException("7bit GSM encode failed: " + ex);
570 throws CodingException
[all...]

Completed in 875 milliseconds