Class SpreadsheetLoadException

  • All Implemented Interfaces:
    Serializable

    public class SpreadsheetLoadException
    extends DatabaseLoadException
    Groups all exceptions generated by the spreadsheet loader. Contextual information is added to the exception messages.
    See Also:
    Serialized Form
    • Constructor Detail

      • SpreadsheetLoadException

        public SpreadsheetLoadException​(SpreadsheetLoadContext ctx,
                                        String msg)
        For known likely exceptions linkable to the current context
      • SpreadsheetLoadException

        public SpreadsheetLoadException​(SpreadsheetLoadContext ctx,
                                        Throwable t)
        For unexpected exceptions linkable to the current context. (provides the advantage that at least it can be seen where the spreadsheetloader stopped executing)