Interface ThrowingSupplier<T,​E extends java.lang.Exception>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ThrowingSupplier<T,​E extends java.lang.Exception>
    This functional interface is designed as a workaround for methods that will throw exceptions and reported by Veracode as CWE 201 and 209
    Since:
    MicroStrategy Web 11.3.7
    • Method Detail

      • get

        T get()
        throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception