Revision 63 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.lib/org.gvsig.vectorediting.lib.api/src/main/java/org/gvsig/vectorediting/lib/api/EditingService.java

View differences:

EditingService.java
15 15
import org.gvsig.vectorediting.lib.api.exceptions.DrawServiceException;
16 16
import org.gvsig.vectorediting.lib.api.exceptions.FinishServiceException;
17 17
import org.gvsig.vectorediting.lib.api.exceptions.InvalidEntryException;
18
import org.gvsig.vectorediting.lib.api.exceptions.StartServiceException;
18 19

  
19 20
public interface EditingService extends Service {
20 21

  
......
52 53

  
53 54
  /**
54 55
  * @throws DataException
55
   * @throws BaseException 
56
   * @throws BaseException
56 57
  *
57 58
  */
58 59
  public void finish() throws FinishServiceException;
59 60

  
60 61
  /**
62
 * @throws StartServiceException
61 63
   *
62 64
   */
63
  public void start();
65
  public void start() throws StartServiceException;
64 66

  
65 67
  /**
66 68
   *

Also available in: Unified diff