PTP
Release 7.0

org.eclipse.ptp.rdt.sync.core.handlers
Interface ISyncExceptionHandler


public interface ISyncExceptionHandler

Class for encapsulating logic to handle sync exceptions. The intent is to offer a bridge between the sync core and other packages, particularly the ui, so that the caller can specify how to handle errors.

Since:
3.0

Method Summary
 void handle(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.CoreException e)
          Handler for sync exceptions
 

Method Detail

handle

void handle(org.eclipse.core.resources.IProject project,
            org.eclipse.core.runtime.CoreException e)
Handler for sync exceptions

Parameters:
project - synchronized project
e - exception raised

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.