Searched refs:AccessException (Results 1 – 3 of 3) sorted by relevance
41 public static class AccessException extends Exception { class in BitwiseInputStream42 public AccessException(String s) { in AccessException() method in BitwiseInputStream.AccessException74 public int read(int bits) throws AccessException { in read()78 throw new AccessException( in read()95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()110 public void skip(int bits) throws AccessException { in skip()112 throw new AccessException( in skip()
183 throws BitwiseInputStream.AccessException { in decodeMessageId()206 throws BitwiseInputStream.AccessException, CodingException { in decodeReserved()225 throws BitwiseInputStream.AccessException { in decodeUserData()308 } catch (BitwiseInputStream.AccessException ex) { in decode7bitAscii()425 throws BitwiseInputStream.AccessException {444 throws BitwiseInputStream.AccessException { in decodePriorityIndicator()492 throws BitwiseInputStream.AccessException, CodingException { in decodeCmasUserData()633 } catch (BitwiseInputStream.AccessException ex) { in decode()
175 int language) throws BitwiseOutputStream.AccessException { in createBearerDataStream()