Interface IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T>

  • Type Parameters:
    T - return type
    Enclosing class:
    IsolatedDTestClassLoaderWrapper

    public static interface IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T>
    Encapsulates an action that can throw an IOException while executing inside the classloader
    • Method Detail

      • run

        T run()
        throws java.io.IOException
        Returns:
        (optional) result from the operation that runs inside the classloader
        Throws:
        java.io.IOException - when an IO exception occurs while running this operation