Interface Adjusting.XML.Source<T extends Source>

    • Method Detail

      • get

        T get()
        throws SQLException
        Returns an object of the expected Source subtype reflecting any adjustments made with the other methods.

        Refer to the {@code Parsing} class description and the lax() method for how any exceptions caught while applying best-effort adjustments are handled.

        Returns:
        an implementing object of the expected Source subtype
        Throws:
        SQLException - for any reason that getSource might have thrown when supplying the corresponding non-Adjusting subtype of Source, or for reasons saved while applying adjustments.