Class Plugin.Engine.Dispatcher.Materializable.ForFailedElement

    • Constructor Detail

      • ForFailedElement

        protected ForFailedElement​(Plugin.Engine.Source.Element element,
                                   TypeDescription typeDescription,
                                   List<Throwable> errored)
        Creates a new materializable for an element that failed to be transformed.
        Parameters:
        element - The element for which the transformation failed.
        typeDescription - The type description for the represented type.
        errored - A non-empty list of errors that occurred when attempting the transformation.