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
 boolean canRetryOpen(Exception e, DataParameters parameters)
          Returns true if the opening can be retried.
 

Method Detail

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.


Copyright © 2004-2012 gvSIG. All Rights Reserved.