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

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRemoteVisClient.java59 catch(IOException ioe){super.recover_ioe(ioe);}
74 catch(IOException ioe)
76 System.err.println("Unable to connect to ECLiPSe: "+ioe+" raised.");
83 } catch(IOException ioe) {
84 remoteVisClient1.recover_ioe(ioe);
160 catch(IOException ioe){recover_ioe(ioe);}
H A DVisClient.java200 catch(IOException ioe){recover_ioe(ioe);}
263 catch(IOException ioe){recover_ioe(ioe);}
301 } catch(IOException ioe) {
302 recover_ioe(ioe);
350 catch(IOException ioe){recover_ioe(ioe);}
563 catch(IOException ioe){recover_ioe(ioe);}
767 recover_ioe(IOException ioe) argument
[all...]
H A DScenarioManager.java311 } catch(IOException ioe) {
317 ioe,
322 ioe + " during save.");
323 ioe.printStackTrace();
325 } catch(ClassNotFoundException ioe) {
331 ioe,
336 ioe + " during save.");
337 ioe.printStackTrace();
416 } catch(IOException ioe) {
422 ioe,
[all...]
H A DGraphViewer.java1055 } catch(IOException ioe) {
1056 throw(new RuntimeException("IOException "+ioe+" thrown while running "+
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample2.java116 } catch(IOException ioe){}
147 } catch(IOException ioe){}
H A DEclipseMapColourer.java1104 } catch(IOException ioe){
1107 ioe.getMessage());
1157 } catch(IOException ioe){
1160 ioe.getMessage());
1222 } catch(IOException ioe){
1225 ioe.getMessage());
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DOutOfProcessEclipse.java138 catch(IOException ioe) // should never be thrown as queue is not closed
142 catch(IOException ioe) // should never be thrown as queue is not closed
146 catch(IOException ioe) // should never be thrown as queue is not closed
177 catch(IOException ioe)
181 //System.out.println("Connection unsuccessful."+ioe);
191 throw ioe;
474 catch(IOException ioe)
477 System.err.println("Attempt to read from JVM's stdin produced exception:\n"+ioe);
502 catch(IOException ioe)
506 +ioe);
[all...]
H A DEclipseMultitaskConnectionImpl.java199 synchronized void setProtocolException(Exception ioe) { argument
201 multitaskProtocolException = ioe;
272 } catch(IOException ioe) {
273 mg.exception = ioe;
323 } catch(IOException ioe) {
326 multitaskGoalQueue.setProtocolException(ioe);
H A DFromEclipseQueue.java217 catch(IOException ioe)
H A DToEclipseQueue.java196 catch(IOException ioe)
H A DRemoteEclipse.java314 catch(IOException ioe) {}
342 catch(IOException ioe)
1725 catch(IOException ioe)
1729 thrownException = ioe;

Completed in 109 milliseconds