to.etc.webapp.core
Interface IRunnable


public interface IRunnable

Like Runnable, buth without the need to wrap every bloody exception.

Author:
Frits Jalvingh Created on Oct 28, 2010

Method Summary
 void run()
           
 

Method Detail

run

void run()
         throws java.lang.Exception
Throws:
java.lang.Exception