Searched refs:CodingException (Results 1 – 1 of 1) sorted by relevance
122 private static class CodingException extends Exception { class in BearerData123 public CodingException(String s) { in CodingException() method in BearerData.CodingException206 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()[all …]