Searched refs:thrownException (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java1651 private IOException thrownException; field in class:RemoteEclipse.NonBlockingOutputStream
1661 thrownException = null;
1674 if(thrownException != null)
1676 throw(thrownException);
1711 // in thrownException
1729 thrownException = ioe;

Completed in 27 milliseconds