• Home
  • Raw
  • Download

Lines Matching refs:CodingException

122     private static class CodingException extends Exception {  class in BearerData
123 public CodingException(String s) { in CodingException() method in BearerData.CodingException
206 throws BitwiseInputStream.AccessException, CodingException { in decodeReserved()
217 throw new CodingException("RESERVED bearer data subparameter " + subparamId in decodeReserved()
245 throws CodingException { in decodeUtf8()
250 throws CodingException { in decodeUtf16()
258 String charset) throws CodingException { in decodeCharset()
264 throw new CodingException(charset + " decode failed: offset out of range"); in decodeCharset()
274 throw new CodingException(charset + " decode failed: " + ex); in decodeCharset()
279 throws CodingException { in decode7bitAscii()
289 throw new CodingException("insufficient data (wanted " + wantedBits + in decode7bitAscii()
309 throw new CodingException("7bit ASCII decode failed: " + ex); in decode7bitAscii()
314 throws CodingException { in decode7bitGsm()
323 throw new CodingException("7bit GSM decoding failed"); in decode7bitGsm()
329 throws CodingException { in decodeLatin()
334 throws CodingException { in decodeShiftJis()
340 throws CodingException { in decodeGsmDcs()
342 throw new CodingException("unsupported coding group (" in decodeGsmDcs()
354 throw new CodingException("unsupported user msgType encoding (" in decodeGsmDcs()
360 boolean hasUserDataHeader) throws CodingException { in decodeUserDataPayload()
419 throw new CodingException("unsupported user data encoding (" in decodeUserDataPayload()
492 throws BitwiseInputStream.AccessException, CodingException { in decodeCmasUserData()
495 throw new CodingException("emergency CB with no CMAE_protocol_version"); in decodeCmasUserData()
499 throw new CodingException("unsupported CMAE_protocol_version " + protocolVersion); in decodeCmasUserData()
580 throws CodingException, BitwiseInputStream.AccessException { in decode()
596 throw new CodingException("illegal duplicate subparameter (" + subparamId + ")"); in decode()
621 throw new CodingException("missing MESSAGE_IDENTIFIER subparam"); in decode()