Searched refs:BadStateException (Results 1 – 9 of 9) sorted by relevance
39 public Player build() throws BadStateException { in build()41 throw new BadStateException(); in build()62 throw new BadStateException(); in build()68 public class BadStateException extends Throwable { class in PlayerBuilder
47 public Recorder build() throws BadStateException { in build()49 throw new BadStateException(); in build()70 throw new BadStateException(); in build()76 public class BadStateException extends Throwable { class in RecorderBuilder
92 } catch (RecorderBuilder.BadStateException ex) { in setupStreams()114 } catch (PlayerBuilder.BadStateException ex) { in setupStreams()
66 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()
136 } catch (RecorderBuilder.BadStateException ex) { in onCreate()
138 } catch (PlayerBuilder.BadStateException ex) { in onCreate()
135 } catch (RecorderBuilder.BadStateException badStateException) { in startAudioTest()
184 } catch (PlayerBuilder.BadStateException badStateException) { in startAudioTest()
348 } catch (PlayerBuilder.BadStateException ex) { in setupPlayer()