org.jvnet.hudson.test
Interface LenientRunnable


public interface LenientRunnable

Like Runnable but can throw any exception.

Author:
Kohsuke Kawaguchi

Method Summary
 void run()
           
 

Method Detail

run

void run()
         throws Exception
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.