Interface OpenErrorHandler


public interface OpenErrorHandler
This class is used to handle errors that occur at not finding the data source by opening a layer.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the opening can be retried.
  • Method Details

    • canRetryOpen

      boolean canRetryOpen(Exception e, DataParameters parameters)
      Returns true if the opening can be retried.
      Parameters:
      e -
      parameters -
      Returns:
      true if the opening can be retried.