Package org.gvsig.fmap.dal
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 TypeMethodDescriptionbooleancanRetryOpen(Exception e, DataParameters parameters) Returns true if the opening can be retried.
-
Method Details
-
canRetryOpen
Returns true if the opening can be retried.- Parameters:
e-parameters-- Returns:
- true if the opening can be retried.
-