net.sf.qualitytest.blueprint
Interface SafeInvoke.ExceptionRunnable<T>

All Known Implementing Classes:
BlueprintExceptionRunnable
Enclosing class:
SafeInvoke

public static interface SafeInvoke.ExceptionRunnable<T>

A runnable which is allowed to throw any kind of exceptions.

Author:
Dominik Seichter

Method Summary
 T run()
          Run the Runnable.
 

Method Detail

run

T run()
      throws Exception
Run the Runnable.

Returns:
T a return value
Throws:
Exception


Copyright © 2012-2013. All Rights Reserved.