Interface UnresolvedComponentResult

  • All Superinterfaces:
    ComponentResult

    public interface UnresolvedComponentResult
    extends ComponentResult
    A component that could not be resolved.
    Since:
    2.0
    • Method Detail

      • getFailure

        java.lang.Throwable getFailure()
        Returns the failure that occurred when trying to resolve the component.