Searched refs:streamException (Results 1 – 1 of 1) sorted by relevance
147 final Exception streamException = stream.getException(); in decode() local148 if (streamException != null) { in decode()149 throw new RuntimeException(streamException); in decode()