uk.ac.soton.itinnovation.grid.types
Interface ThrowingRunnable


public interface ThrowingRunnable

Like java.lang.Runnable, but the run() method can throw an exception.


Method Summary
 void run()
          Like java.lang.Runnable#run(), but the can throw an exception.
 

Method Detail

run

void run()
         throws Exception
Like java.lang.Runnable#run(), but the can throw an exception.

Throws:
Exception


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.